adspace
Answer Posted / Loma Patwa
In Unix-like operating systems, you can use the 'kill' command followed by the process ID (PID) of the user's processes to terminate them. To kill all processes of a user, you would need to find their PIDs first using tools like 'ps', 'top', or 'pgrep'. However, it's important to note that superuser privileges are usually required for this operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers