As ilikejam already stated mount is in the /bin directory not the /sbin directory. The man commands above are fairly complete
manuals for each. The which command tells you were something can be found.
May I suggest that you beg/borrow/purchase the Red Hat Enterprise Linux Bible and maybe some other suggest books at the link below;
http://www.amazon.com/Fedora-Red-Ent.../dp/0471754919
Also google is your friend;
http://www.google.com/linux and The Linux Documentation Project:
http://tldp.org/ can be quite helpful as well. Try using the google link and enter in any of the commands from my earlier reply.
For example:
http://linux.die.net/man/8/mount.cifs
The Red Hat manual actually do a good job explaining the commands, but they do take lots of reading for understanding as they are not geared towards the layman.
Quote:
/sbin/mount.smb
/sbin/mount.cifs
/sbin/mount.smbfs
|
These are helpful aids to mounting Windows shares.
Quote:
**I am pretty sure the 2 files below are compressed files**
/usr/share/man/man2/mount.2.gz
/usr/share/man/man8/mount.8.gz
|
You are ring they are compressed files, they are the
manual pages for the mount command to be exact.