|
Mounting CIFS as normal user
I currently use a script to mount a set of SMB shares as a regular (non-root) user, by setting smbmnt and smbumount SUID root (I initially learnt this trick from LinNeighborhood ). The script prompts me for the password and then uses it to mount the shares.
However, I've been reading that CIFS is replacing smbfs and I ought to use that. Can someone tell me how I can use CIFS as a normal user?
Andy B
|