Multiple choice technology

The exit code process '0' means

  1. the process is waiting

  2. the process has suceeded

  3. the process is running

  4. the process is overloaded

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Unix/Linux and programming conventions, exit code 0 universally indicates successful execution. Any non-zero exit code (1-255) indicates various types of failures or errors. This is a standard across operating systems and programming languages.