On a Linux system, what is /bin/true? What is it used for?
/bin/true
From the man page:
true - do nothing, successfully true returns a status 0.