- Code: Select all
[root@marvin-2 etc] # exit
[wobo@marvin-2 wobo] $
Since todays updates when I do Ctrl-d I see
- Code: Select all
[root@marvin-2 etc] # exit
... killed
[wobo@marvin-2 wobo] $
Which process is "...killed"? Is this "...killed" just an enhancement to tell me that the shell for root was killed? In the output of 'ps aux' I only see (last 3 processes, all owned by root):
su -
-bash
ps aux
Which brings another question: Why is the process 'su -' owned by root while it was started by the user?