在Linux系統上關閉rpc.statd、hpiod服務的方法

1、查看rpc.statd進程路徑bash

# which rpc.statd
/sbin/rpc.statd


1.一、查看rpc.statd這個命令是那個安裝包的文檔ide

# rpm -qf /sbin/rpc.statd
nfs-utils-1.0.9-42.el5


1.二、查看nfs開頭有那些東東進程

# ls /etc/init.d/nfs*
/etc/init.d/nfs  /etc/init.d/nfslock


1.三、查看nfslock狀態ip

# service nfslock status
rpc.statd (pid  3524) 正在運行...



1.四、中止nfslock服務文檔

# service nfslock stop
中止 NFS statd:                                           [肯定]


1.五、關閉開機自啓動
rpc

# chkconfig  nfslock off  
# chkconfig --list nfslock
nfslock         0:關閉  1:關閉  2:關閉  3:關閉  4:關閉  5:關閉  6:關閉


2、查看進程hpiod路徑it

# which hpiod
/usr/sbin/hpiod


2.一、查看hpiod這個命令是那個安裝包的文檔io

# rpm -qf /usr/sbin/hpiod
hplip-1.6.7-4.1.el5_2.4


2.二、查看hplip開頭有那些東東class

# ls /etc/init.d/hplip 
/etc/init.d/hplip


2.三、查看hplip狀態及停服務test

[root@test ~]# service hplip status
hpiod (pid 3884) 正在運行...
hpssd (pid 3889) 正在運行...


# service hplip stop
中止 hpiod:                                              [肯定]
正在中止 hpssd:                                           [肯定]


# chkconfig hplip off

# chkconfig --list hplip
hplip           0:關閉  1:關閉  2:關閉  3:關閉  4:關閉  5:關閉  6:關閉


3、關閉portmap、cups服務

# service cups stop
cupsd 已停
# chkconfig cups off
# chkconfig --list cups
cups  0:關閉  1:關閉  2:關閉  3:關閉  4:關閉  5:關閉  6:關閉

# service portmap stop
portmap 已停
# chkconfig  portmap off  
# chkconfig --list portmap
portmap 0:關閉  1:關閉  2:關閉  3:關閉  4:關閉  5:關閉  6:關閉
相關文章
相關標籤/搜索