To find a process containing X, use:
$ ps -ef | grep 'X'To terminate said process, the first column is the PID.
$ sudo kill -9 PIDThis can be used to kill user sessions on SSH
WebSuckle: A secluded blog on the net concerning the spasmodic thoughts of Jeff Rechten and Bryan Woods. Topics often [intended to] feature: web design, computer security, outdoors, environment, or anything else that happens to be on our minds.
No comments:
Post a Comment