Sep 072010
A command that do nothing
Answer:
In GNU/Linux, there is a command that do nothing, unsuccessfully - the false command.
E.g.
# false
It is common to set the user shell to /bin/false if you don't want the user to login.
Reference: http://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html