$ mv /usr/bin/man /usr/bin/people #JUSTICE SERVED

3 points by likesfood ↗ HN

2 comments

[ 3.5 ms ] story [ 13.7 ms ] thread
mv /usr/bin/man /usr/bin/person #JUSTICE SERVED
This 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)! :(!