Killing all processes of current user
- by Vi
user@host$ killall -9 -u user
Will it definitely kill all processes owned by user (including forkbombs)?
No new processes is spawned to user from other users.
No user's processes are in D-sleep and unkillable.
No processes are trying to detect and ptrace or terminate this started killall.
E.g. if killall will finish untampered and successfully is it 100% that no processes are left with this uid?