Linux shell suspend 命令
Linux shell suspend命令用于暂停执行 shell。
suspend
suspend 为 shell
内建指令,可暂停目前正在执行的 shell 。若要恢复,则必须使用 SIGCONT
信息。
suspend 命令语法格式
suspend [-f]
选项
- -f 若目前执行的shell为登入的shell,则suspend预设无法暂停此shell。 若要强迫暂停登入的shell,则必须使用-f参数。
范例
暂停shell
[root@localhost ~]# suspend -bash: suspend: cannot suspend a login shell #无法挂起一个登录 shell [root@localhost ~]#