系统管理 · 2022年02月20日 0

suspend命令 – 暂停执行shell

suspend是终端的内建命令,可暂停目前正在执行的shell。若要恢复,则必须使用SIGCONT信息。 **语法格式:** suspend [参数] **常用参数:** | -f | 若目前执行的shell为登入的shell,则suspend预设无法暂停此shell | | ---- | -------------------------------------------------------------- | **参考实例** 暂停终端 : ``` [root@anycode ~]# suspend -f ```