What are file commands?
Which command is used to kill the last background job?
What is ‘ps’ command for?
What is mtime in find command?
what are filters?
Describe the usage and functionality of the command rm –r * in 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
How does one process we can start an executable file? How to get the PID process, which we started?
how will u execute a file in unix
What is the difference between pipe (|) and tee command in unix
what does a process mean?
what are the different operating systems available?
What command will change your prompt to myprompt?