Command Line – System Administration

In this article, I will run through a few commands used to admin your machine. ps used to list processes running on the system, examples of usage below ps List processes belonging to the current user that are attached to the terminal ps -x List processes belonging to the current user, whether or not they …