hup 信号

上节课复习:
    ps aux | grep "T"
    kill -cont pid

今日内容:
    1、hup信号
          让进程脱离当前会话窗口session而运行:

          原理一致是???
          nohup
          setsid
          在子shell中启动进程
          screen

    2、查看网络

    3、proc文件系统
            free
            lscpu

    4、管理后台进程

    5、管道

    6、僵尸进程与孤儿进程

原文地址:https://www.cnblogs.com/dachangtui/p/13934204.html