Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 237 Bytes

File metadata and controls

13 lines (10 loc) · 237 Bytes

Exit status

exit status is very important in Linux. We use this to know the result is success or failure. Linux store the result in a special variable

$?
echo $?

Success - 0
Failure - Other than 0 any number