1836708 Members
2584 Online
110108 Solutions
New Discussion

mount -a

 
SOLVED
Go to solution
tom quach_1
Super Advisor

mount -a

Dear all,

Would someone please tell me where "mount -a" or "mount -v" or "mount -p" came from. I could not find it in
#man mount

Thanks in advance.
Tom.
4 REPLIES 4
Scot Bean
Honored Contributor
Solution

Re: mount -a

Try "man 1m mount" instead, I think you will find it there.
Doug Burton
Respected Contributor

Re: mount -a

Not sure if this is what you are asking but...

which mount gives /usr/sbin/mount


However, "man 1m mount" at the bottom shows

AUTHOR
mount was developed by HP, AT&T, the University of California,
Berkeley, and Sun Microsystems.
James R. Ferguson
Acclaimed Contributor

Re: mount -a

Hi Tom:

In the HP-UX manpages the 'mount' command you seek is in the '1M' section for administrative commands:

http://www.docs.hp.com/en/B2355-60105/mount.1M.html

# man -k mount

...would have helped assuming you had/have a 'whatis' database built from 'catman' (q.v.).

Regards!

...JRF...
tom quach_1
Super Advisor

Re: mount -a

Thank you all for your helps!

Regards,
Tom