/bin/true is a command that returns 0 (true value in the shell).
Its purpose is to use a script in places in the shell where you usually use a literal, such as "true" in a programming language, but where the shell will only execute a command to run.
/bin/false is the opposite value that returns a nonzero value (false value in the shell).
camh Feb 01 '10 at 8:24 2010-02-01 08:24
source share