please provide all command for use in HP UX.
This is a quite moderate wish, isn't it?
But seriously, I think you should specify a bit more what you are after. I don't know if you will find a complete list of all the commands that
you may use on HP-UX.
First of all, there are several versions, and they differ a little bit. Then I can't know if your HP-UX has all available options installed, e.g. there are commands for HP-UX clusters, that do not exist otherwise.
Then the answer will depend on your prerequisites, that means, are you a Unix administrator looking for the differences between HP-UX and other unices, or are you a newbie just trying your first steps in an Unix environment?
Let me assume the latter. (And it is not my fault if I am wrong.)
![[wink] [wink] [wink]](/data/assets/smilies/wink.gif)
One of your most important resources will be
man command in Unix, an abbreviation for
manual.
If you already know the name of a command, e.g. 'ls', then type
man ls
If you are looking for unknown commands, e.g. for commands for using a tape, then type
man -k tape
And for a start:
man man
Or another start: Just google, not for
HP-UX, but for
Unix. There are a lot of tutorials out there. (But I am too lazy now to google for you, sorry.)
hope this helps