Ubuntu上的rhnsd守护进程

我刚刚买了一个戴尔服务器(学习东西),我问我们的系统pipe理员一些安全问题。

我刚刚安装了Ubuntu服务器,他给了我一大堆事情要做,以确保安全。

其中之一是:

所以我累了,但我得到:

root@w1a:~$ chkconfig rhnsd off The program 'chkconfig' is currently not installed. You can install it by typing: sudo apt-get install chkconfig 

所以我检查:

 root@w1a:~$ rhnsd rhnsd: command not found 

那么,我错过了什么? 或者这个工具或者软件默认没有安装?

这个守护进程( rhnsd )是红帽风格所特有的 – 它是“红帽networking服务守护进程”。 我很确定chkconfig脚本也是特定于Red Hat的。