![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What happens when user logout? | yhacks | Linux | 1 | 05-16-2008 02:20 AM |
| Exit or logout | kinai | UNIX for Dummies Questions & Answers | 1 | 04-14-2008 08:44 AM |
| .logout | sharif | SUN Solaris | 3 | 12-24-2007 05:08 AM |
| .logout help | 2dumb | Shell Programming and Scripting | 3 | 05-10-2007 11:49 AM |
| logout | zam | UNIX for Dummies Questions & Answers | 2 | 12-28-2006 07:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hey! That's quite cool!
But you need to qualify it... i.e... Code:
/root # /root # echo $0 -ksh /root # echo $$ 13898 /root # bash /root # echo $$ 13921 /root # ps -o "%P" PPID 13896 13898 13921 /root # ps -ef | grep 13[89][95] root 13896 1 0 18:52 ? 00:00:01 /usr/bin/Terminal root 13897 13896 0 18:52 ? 00:00:00 gnome-pty-helper root 13898 13896 0 18:52 pts/0 00:00:00 -ksh root 13951 13898 0 18:54 pts/0 00:00:00 bash root 13973 13951 0 18:55 pts/0 00:00:00 ps -ef root 13974 13951 1 18:55 pts/0 00:00:00 grep 13[89][95] |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|