Which Command is Used for temprary switch User?
Answers were Sorted based on User's Feedback
Answer / eugene
su (to switch user)
sudo (run command as root - as well temporary switch user to
root for this command)
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / pritish
su (switch user)
you can also use: exec login <username>
| Is This Answer Correct ? | 7 Yes | 0 No |
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
Name the unix command to find how many days the server has been up.
How do I run a whois command?
What is command statement?
What is grep short for?
which command is used to stop a running process in unix?
What are reported commands?
Through which command will redirect output to bOth screen and files at the same time?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Does cp command overwrite files?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
what is shell?