Skip to content

Instantly share code, notes, and snippets.

@itiut
Last active August 29, 2015 14:01
Show Gist options
  • Save itiut/1d4530116c66084184e9 to your computer and use it in GitHub Desktop.
Save itiut/1d4530116c66084184e9 to your computer and use it in GitHub Desktop.
shとconsoleとshell-sessionの違い

sh

$ echo $PATH
$ sudo su -
# apt-get install git

console

$ echo $PATH
$ sudo su -
# apt-get install git

shell-session

$ echo $PATH
$ sudo su -
# apt-get install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment