Linux常用命令记录

1. ssh

用于连接远程服务器

# ssh name@host

2. nohup

用于后台运行程序,默认日志输出到nohup.out

# nohup %cmder%

3. uname

用于查看系统内核

# uname -r

4. grep

全面搜索正则表达式并把行打印出来

# %cmder% | grep %keyword%
# ps -A | grep sshd

你可能感兴趣的:(Linux常用命令记录)