Linux suspend命令

Linux 命令大全 Linux 命令大全

Linux suspend命令用于暫停執(zhí)行shell。

suspend為shell內(nèi)建指令,可暫停目前正在執(zhí)行的shell。若要恢復(fù),則必須使用SIGCONT信息。

語法

suspend [-f]

參數(shù)說明

  • -f  若目前執(zhí)行的shell為登入的shell,則suspend預(yù)設(shè)無法暫停此shell。若要強迫暫停登入的shell,則必須使用-f參數(shù)。

實例

暫停shell

# suspend 
-bash: suspend: 無法掛起一個登錄 shell
# suspend -f

Linux 命令大全 Linux 命令大全