Here is a file I intend to update with how to view things that are going on:
ps -ef
Lists processes running with username. Useful followed be a grep to find info about certain users / processes.
top
More interactive list updated in real-time, like a command line version of the MS Window'sTask Manager
kill 4891
kill a process by typing this command followed by its process id from the list.
ps -ef
Lists processes running with username. Useful followed be a grep to find info about certain users / processes.
top
More interactive list updated in real-time, like a command line version of the MS Window'sTask Manager
kill 4891
kill a process by typing this command followed by its process id from the list.
No comments:
Post a Comment