Linux: Running Processes Display UID instead of Username
Running the command ps to display a list of currently running processes may display a UID instead of the username. There is a reasonable explanation for that. An example command may look like this ps aux | grep thisismyuser May return something like 501 28373 15080 0 … You may have expected a return like thisismyuser 28373 15080 0 ……
Read More »