mount 를 sudo 없이 사용하고 싶습니다.

lcm의 이미지


#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로 실행해야한다고 합니다.

ifconfig 에 다가 이전에 무슨 짓을 했는데, 어찌한것인지 기억이 안나네요..

#sudo chmod 755 /bin/mount 이렇게 하지 않고, mount 를 제 uid 로 실행시킬 방법이 있을까요?