InterviewSolution
Saved Bookmarks
| 1. |
Who command lists all user currently working on system |
| Answer» W command shows who's logged on and what they are doing. It displays INFORMATION about current USERS on the machine by reading the file /var/run/utmp , and their processes /PROC . | |