InterviewSolution
Saved Bookmarks
| 1. |
As A Linux Admin You Want To Know What Processes Are Being Run By User Sumit. What Command Can You Use? |
|
Answer» You can use #PS -AU command to list all the PROCESS owned by user. FOLLOWING command will do the assigned task #ps -au summit You can use #ps -au command to list all the process owned by user. Following command will do the assigned task #ps -au summit |
|