linux suspend命令详解
发布网友
发布时间:2024-10-05 09:28
我来回答
共1个回答
热心网友
时间:2024-11-24 22:36
suspend命令是linux下的一个命令,它主要有一个功能,具体介绍如下:
suspend命令属于终端的内建命令,能够用来暂停目前正在执行的shell。
说明:如果需要恢复的话,必须要用SIGCONT信息。
suspend命令的具体命令的语法格式为suspend[参数]。
参数:
-f 若目前执行的shell为登入的shell,那么suspend预设无法暂停此shell
参考范例:
如果暂停终端,则具体命令为:
[root@linuxcool ~]# suspend -f
拓展:
常用的linux命令有哪些?
常用的linux命令一般可以分为很多种,比如查看硬件信息相关命令就有8个,分别是ifconfig、free、fdisk、ethtool、mii-tool、dmidecode、dmesg、lspci,用于系统性能监视高级命令有uptime、top、free、vmstat、mpstat、iostat、sar、chkconfig,用于内存的命令是top、free、vmstat、mpstat、iostat、sar等。