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 ~]#

返回上一级

Linux Shell 命令大全

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.