您好,登錄后才能下訂單哦!
今天給大家介紹一下Linux系統中的pidof命令是什么。文章的內容小編覺得不錯,現在給大家分享一下,覺得有需要的朋友可以了解一下,希望對大家有所幫助,下面跟著小編的思路一起來閱讀吧。
在Linux系統中pidof適用于查找正在運行進程的進程號的工具,它的功能和pgrep、ps有些相似
# ls -l /sbin/pidof
lrwxrwxrwx. 1 root root 18 Oct 15 2017 /sbin/pidof -> /usr/sbin/killall5
語法
pidof(選項)(參數)
選項
-s:僅返回一個進程號;
-c:僅顯示具有相同“root”目錄的進程;
-x:顯示由腳本開啟的進程;
-o:指定不顯示的進程ID。
參數
進程名稱:指定要查找的進程名稱。
實例
# pidof nginx
3189 985 984 983 982
# ps -ef|grep nginx
work 982 3189 0 02:02 ? 00:00:00 nginx: worker process
work 983 3189 0 02:02 ? 00:00:02 nginx: worker process
work 984 3189 0 02:02 ? 00:00:02 nginx: worker process
work 985 3189 0 02:02 ? 00:00:02 nginx: worker process
root 3189 1 0 2018 ? 00:00:02 nginx: master process nginx
root 19020 15396 0 16:45 pts/2 00:00:00 grep –color=auto nginx
1
# pidof -s nginx
3189
Linux的版本有:Deepin、UbuntuKylin、Manjaro、LinuxMint、Ubuntu等版本。其中Deepin是國內發展最好的Linux發行版之一;UbuntuKylin是基于Ubuntu的衍生發行版;Manjaro是基于Arch的Linux發行版;LinuxMint默認的Cinnamon桌面類似Windows XP簡單易用;Ubuntu則是以桌面應用為主的Linux操作系統。
以上就是Linux系統中的pidof命令是什么的全部內容了,更多與Linux系統中的pidof命令是什么相關的內容可以搜索億速云之前的文章或者瀏覽下面的文章進行學習哈!相信小編會給大家增添更多知識,希望大家能夠支持一下億速云!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。