true - return true value
/bin/true
true exits with exit code 0, signifying success.
true uses the _exit system call.
true should function properly once the basic system calls assignment is completed.
false