What is the functionality of a top command?
No Answer is Posted For this Question
Be the First to Post Answer
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
What does pipe () return?
what are wild cards?
Is command prompt unix?
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
Will rm -r* removes hidden files?
what is the difference between Touch & cat command
What is clustering in HP and how it's work?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
What is grep in bash?
how to make IGNITE-BACKUP in HP-UX?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?