How do display error messages instantly when command fails?
Answer Posted / rallapalli
HE did not ask how to redirect error of a command. He said
clearly. How do you display error message instantly when
command fails.
ans:
By default it will display no need to do any thing. when u
type wrong command the error will display on screen.
Ex:
#usradd tom
ERR: command not found
ok?
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the role of case sensitivity in affecting the way commands are used?
What is the command to check cpu speed in linux?
Explain about gzip filename?
Which commands are used to set a processor-intensive job to use less cpu time?
What is an os command?
How do I check my disk space?
How do I overclock my cpu?
What is apple llvm?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What is the use of mv command in linux?
How do I permanently delete linux history?
What does execute mean in linux?
What is the difference between diff and cmp command in unix?
What does chmod do in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.