United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
The -t smbfs denotes a Samba file system type, -o passes the username and password of a user with access to the //servername/share Samba share. This will be mounted on the local system at /mount/point.mount -t smbfs -o username=[username],password=[password] //servername/share /mount/point
chmod +s /usr/bin/smbmntFor further information on this, reference man smbmnt.
chmod +s /usr/bin/smbumount
smbmount //server/share /mount/pointAgain, further information can be found through man smbmount.
smbumount /mount/point