#ls -l /sbin/ifconfig
-rwsr-xr-x 1 root root 59012 2006-10-16 20:30 /sbin/ifconfig
ifconfig 이놈은
#ifconfig eth0 192.168.0.1 up
위 처럼해도 실행이 됩니다.
근데, mount 명령은
#ls -l /bin/mount
-rwsr-xr-x 1 root root 97092 2007-03-13 01:46 /bin/mount
# mount -t smbfs //192.168.0.3/share ./aaa
하면, root로 실행해야한다고 합니다.