What is RC (return code)? What is useful for? Which are the
common values?
Answer Posted / shubham
RC is the script code to describe the last status of the
process.
ex: RC = 0 means Process successful
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is .sh file in unix?
Is unix free to use?
What does cd mean in unix?
What is the use of -l when listing a directory?
What is awk sed unix?
How to reverse a string in Unix?
Differentiate between paging and swapping?
Can you explain what does the kernel do?
What is .profile unix?
How do I show hidden files in unix?
Who owns unix?
How to find the path in unix?
What are the requirements for a swapper to work?
What are the criteria for choosing a process for swapping into memory from the swap device?
Write a shell script that requests the user's age and then echoes it, along with some suitable comment.