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