nix, shell, perl, php, mysql and mac os x tips and tricks

Tuesday, June 1, 2004

Mount a windows drive in linux (must be root)

mount -t smbfs -o username=administrator //server/incoming /home/user/server

can use this as a normal user:

smbmount //server/incoming /home/user/server -o username=administrator

No comments:

Post a Comment