How to redirect standard error to a file?
Answers were Sorted based on User's Feedback
Answer / kirus
cat 2 > filemane
if the filename is error.txt
cat 2 > error.txt
the statndard error is redirrected to error.txt file
| Is This Answer Correct ? | 2 Yes | 0 No |
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,
why unix commands can be divided into internal and external commands?
what is the use of uniq commmand?
What is the unix command to confirm a remote host is alive or not?
Differentiate cat command from more command.
How to view the hidden files in /etc directory?
How does one process we can start an executable file? How to get the PID process, which we started?
What is the Unix file system hierarchy?
What is the command to check ports active in UNIX?
How we will execute previous command in vi editor?
what is the cmd to display the last exit status in UNIX?
What is awk command used for?