No post body was provided.
$ mv /usr/bin/man /usr/bin/people #JUSTICE SERVED
1–3 of 3 posts
Re: $ mv /usr/bin/man /usr/bin/people #JUSTICE SERVED
#2mv /usr/bin/man /usr/bin/person #JUSTICE SERVED
Re: $ mv /usr/bin/man /usr/bin/people #JUSTICE SERVED
#3This is why you check return codes! (I guess you could have done 'set -e')!
# mv /usr/bin/man /usr/bin/people && echo 'justice served'
would likely NOT result in justice (unless some idiot gave non-root write permission to /usr/bin)! :(!