What is the functionality of a top command?
No Answer is Posted For this Question
Be the First to Post Answer
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 Command will remove a Directory in UNIX?
What do know about tee command and its usage?
What are Unix processes, and how do you manage them?
what is the default permission for /etc/shadow file in UNIX
what is the use of the hidden files?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
what is the meaning of this command rm -rf / what will it do ?
What is the command to find maximum memory taking process on the server?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do you repeat a command in terminal?
what do you understand by 'building block primitive'?