|
|
发表于 2004-9-9 21:45:57
|
显示全部楼层
你可能把別名取消了..
[root@linux216 peter]# whereis useradd
useradd: /usr/sbin/useradd /usr/share/man/man8/useradd.8.bz2
[root@linux216 peter]# ls -l /usr/sbin/useradd
-rwxr-xr-x 1 root root 55960 1月 1 2004 /usr/sbin/useradd*
[root@linux216 peter]# ls -l /usr/sbin/adduser
lrwxrwxrwx 1 root root 7 7月 28 01:05 /usr/sbin/adduser -> useradd* |
|