- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- command referrent
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-17-2006 09:14 PM
тАО09-17-2006 09:14 PM
In HP-UX, have any command to list all commands ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 09:17 PM
тАО09-17-2006 09:17 PM
Re: command referrent
For me , no
only man "nom de commande"
regards
L-Derlyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 09:58 PM
тАО09-17-2006 09:58 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 11:38 PM
тАО09-17-2006 11:38 PM
Re: command referrent
The manpages are a tremedous resource. To better understand them, and to be able to lookup commands, utilities, functions, and file formats, look at these two sections:
http://www.docs.hp.com/en/B2355-60127/intro.1.html
http://www.docs.hp.com/en/B2355-60127/Introduction.9.html
You should also create the "whatis" database on your server, in my opinion. The '/usr/share/lib/whatis' file allows you to search the manpages by keyword, thus often allowing you to determine exactly what command fits your need.
To create the 'whatis' database do:
# catman -w
...or:
# catman -m
...to format the manpages and create and/or merge new information into the 'whatis' database.
Having done either of the above, you can do:
# man -k date
...for instance, to see commands related to dates and times. Be advised that the string 'date' will match some unrelated date/time commands containing the word "date" in their description, but this is a minor drawback.
For more information on 'catman', see its manpages.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2006 01:11 AM
тАО09-18-2006 01:11 AM
Re: command referrent
http://docs.hp.com/en/B2355-60105/index.html
three ideas available.
first is the simple and good index page.
second catman
third..little bit difficul;t,,....list all the directories in PATH variable
/usr/bin/ and /usr/sbin will contains most of the commands...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2006 07:03 PM
тАО09-18-2006 07:03 PM