InterviewSolution
Saved Bookmarks
| 1. |
Who command lists all users 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 . |
|