[Konsole-devel] [Bug 97680] Protect shells from unintentional closing them or killing important jobs
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Thu Jun 9 17:44:59 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=97680
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From kurt.hindenburg kdemail net 2005-06-09 19:44 -------
Perhaps doable using /proc (which is Linux 2.6.x only I think).
$ dcop konsole-944 session-1 sessionPID
952
% ls /proc/952
auxv cwd@ exe@ maps mounts oom_score stat status wchan
cmdline environ fd/ mem oom_adj root@ statm task/
# Find all children of 952 (I'm running kdesvn-build on session-1)
% /bin/ps --ppid 952
PID TTY TIME CMD
15157 pts/3 00:00:00 kdesvn-build
More information about the konsole-devel
mailing list