How will you know who are the users logged in to the system
before 15 minutes?
Answers were Sorted based on User's Feedback
Answer / giri
who -s |grep 'Apr 26 04:36'
let present time is 04:51
15 minutes before is 04:36
| Is This Answer Correct ? | 17 Yes | 3 No |
How do you stop a running process?
What is the difference between a hard link and a soft link in Unix?
What is the use of the tee command?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
what are processor execution levels and priorities?
what do you understand bythe term 'de-mountable volumes'?
Name the general commands in using unix os for a beginner?
How to view the hidden files in /etc directory?
what do you understand by 'building block primitive'?
How can you change the owner or group of a file?
What is the difference between pipe (|) and tee command in unix
Which command can you use to find the currently running process in unix server?