其他命令 · 2022年2月8日

suspend命令

suspend命令可以用来暂停shell的执行。

用法

suspend [参数,如-f]

参数

-f:强制执行

实例

[root@localhost ~]# suspend  #暂停shell

[root@localhost ~]# suspend -f  #强制暂停shell