美文网首页
Linux常用命令记录

Linux常用命令记录

作者: 四丢皮得 | 来源:发表于2018-02-27 21:32 被阅读13次

    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常用命令记录

          本文链接:https://www.haomeiwen.com/subject/twqvxftx.html