Tuesday, August 6, 2013

Some basic thing which should to know

Many of my colleagues are familiar with linux, once they use the HP-UX they usually confused.

Here below is the guide for learning HP-UX as basically.

1. Most of HP-UX use korn shell (ksh). I said "most of" because in few years later the new installation is bourne shell (sh).

2. The user's profile is located at ~/.profile

3. You can use history command by <esc>+k . Yes, correct. It use vi mode, means that you can search the typed command by /<keyword> and 'n' for next search. 

4. Root's home is located at '/' 

5. To check the disk partition use command 'bdf'. It is easier than another command. 

6. HP-UX is no option '-h' in df, do not try to use 'df -h'

These are some example I figure out this time. Hope these may useful for some newbies. 

No comments:

Post a Comment