special permissions for bash scripts
Posted: Sat Dec 06, 2003 9:16 am
hello,
i tried to hide my installed samba. so i hided the binaries:
/ {
...
/usr/sbin/nmbd h
/usr/sbin/smbd h
....
}
and in order to let /etc/init.d/samba start these processes:
/etc/init.d/samba {
/usr/sbin/nmbd rx
/usr/sbin/smbd rx
}
but it still can't see the two binaries. Why??
Maybe because it's bash script and only interpreted?
what can i do to solve this problem?
Markus
i tried to hide my installed samba. so i hided the binaries:
/ {
...
/usr/sbin/nmbd h
/usr/sbin/smbd h
....
}
and in order to let /etc/init.d/samba start these processes:
/etc/init.d/samba {
/usr/sbin/nmbd rx
/usr/sbin/smbd rx
}
but it still can't see the two binaries. Why??
Maybe because it's bash script and only interpreted?
what can i do to solve this problem?
Markus