Skip to content

Instantly share code, notes, and snippets.

@davidcelis
Last active December 16, 2015 18:39
Show Gist options
  • Save davidcelis/5479558 to your computer and use it in GitHub Desktop.
Save davidcelis/5479558 to your computer and use it in GitHub Desktop.
lol UNIX
david@droplet:~$ bluepill -v
bluepill, version 0.0.63
david@droplet:~$ which bluepill
/usr/local/bin/bluepill
david@droplet:~$ sudo bluepill -v
sudo: bluepill: command not found
david@droplet:~$ sudo which bluepill
david@droplet:~$ sudo ls /usr/local/bin/
bluepill
david@droplet:~$ sudo env
# ...
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# ^^^ /usr/local/bin IS IN THE FUCKING PATH! ^^^
goodbrews@forums:~$ sudo bluepill -v
sudo: bluepill: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment