I need all the Unix commands which are specific to AIX machines.
For e.g.: for Unix top is equivalent to topas in AIX.
I need the list of similar commands.
Where can I find it? Is there any documentation for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The IBM
publibdocumentation for System p and AIX is stored here –publibis a vital resource if you’re using any IBM product.Look under
AIX Documentation,Commands reference,Categorical(1). This will show you what the commands are meant to do from which you’ll hopefully be able to work out the similar commands for other operating systems.(1) Though, of course, things have moved since this answer was originally given (in 2009). You’re looking for any resource that shows the
manpages for AIX. Alternatively, assuming you have access to an actual AIX box, you should be able to enter (for example)man lsfor a specific command, orman -k directoryfor a keyword search of commands related to directories.