C. It is the exit value of the command executed immediately before echo
The echo $? command in a shell outputs the exit value of the last executed command. In this case, if it outputs 1, it means that the command executed immediately before the echo command terminated with a non-zero exit value. A non-zero exit value usually indicates an error or failure of some sort. The value of the exit status can be used by shell scripts or other programs to determine the success or failure of a previous command. This makes it a useful mechanism for controlling the flow of a shell script or program based on the success or failure of individual commands.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-104 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
2 years, 2 months ago