- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Man Page Question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:17 AM
11-09-2005 06:17 AM
What does the number and/or letter mean in the parentheses (e.g. uma(1M), omniintro(5))?
SEE ALSO
omniabort(1M), omnib(1M), omnibarlist(4), omnicc(1M),
omnicellinfo(1M), omniclus(1M), omnicreatedl(1M), omnidatalist(4),
omnidb(1M), omnidbcheck(1M), omnidbinit(1M), omnidownload(1M),
omnimcopy(1m), omniminit(1M), omnimlist(1M), omnimm(1M), omnimnt(1M),
omnimver(1M), omnidbutil(1M), omnir(1M), omnirpt(1M) omnistat(1M),
omnisv.sh(1M), omnitrig(1M), omniupload(1M), omniwriteascii_old(1M),
uma(1M), omniintro(5)
Thanks
Solved! Go to Solution.
- Tags:
- manpage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:23 AM
11-09-2005 06:23 AM
Re: Man Page Question
Section 1 - User Commands
Section 1m - System Admin commands
Section 2 - System calls
Section 3 - library functions
Section 4 - file formats
Section 5 - Miscellaneous
Section 7 - Device Special Files
Section 9 - Introduction and Glossary
man introduction for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:23 AM
11-09-2005 06:23 AM
Re: Man Page Question
type fe
man 1M omniabort
man 1M omnib
man 5 omniintro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:24 AM
11-09-2005 06:24 AM
Re: Man Page Question
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:25 AM
11-09-2005 06:25 AM
Re: Man Page Question
You can also do a "man man" to get more description about them.
HTH
Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:30 AM
11-09-2005 06:30 AM
Re: Man Page Question
More information can be found by typing "man man".
The value of noting the section number of the man page comes in being able to specifically ask for that section. For instance, compare:
# man chown #...yields first section
# man 2 chown #...yields second section
You also can immediately discern what "type" of command or utility the function is. Things in section-2 are system calls and thus are not (as) relevent to shell programming. Things in section-1M are system administration commande, etc.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 06:30 AM
11-09-2005 06:30 AM