Skip to content

Instantly share code, notes, and snippets.

@krsmurata
Created November 15, 2010 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krsmurata/700738 to your computer and use it in GitHub Desktop.
Save krsmurata/700738 to your computer and use it in GitHub Desktop.
root@dev:~# ls -la /usr/local/bin/
total 28
drwxr-xr-x 2 root root 4096 2010-11-15 11:55 .
drwxr-xr-x 11 root root 4096 2010-11-15 11:55 ..
-rwxr-xr-x 1 root root 1263 2010-11-15 11:55 rvm
-rwxr-xr-x 1 root root 589 2010-11-15 11:55 rvm-auto-ruby
-rwxr-xr-x 1 root root 3327 2010-11-15 11:55 rvm-prompt
-rwxr-xr-x 1 root root 992 2010-11-15 11:55 rvm-shell
-rwxr-xr-x 1 root root 438 2010-11-15 11:55 rvmsudo
root@dev:~# ls -la /usr/local/rvm/bin/
total 8
drwxr-xr-x 2 root root 4096 2010-11-15 12:10 .
drwxr-xr-x 18 root root 4096 2010-11-15 12:06 ..
lrwxrwxrwx 1 root root 45 2010-11-15 12:07 erb -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/erb
lrwxrwxrwx 1 root root 45 2010-11-15 12:07 gem -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/gem
lrwxrwxrwx 1 root root 45 2010-11-15 12:07 irb -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/irb
lrwxrwxrwx 1 root root 45 2010-11-15 12:10 passenger_erb -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/erb
lrwxrwxrwx 1 root root 45 2010-11-15 12:10 passenger_gem -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/gem
lrwxrwxrwx 1 root root 45 2010-11-15 12:10 passenger_irb -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/irb
lrwxrwxrwx 1 root root 46 2010-11-15 12:10 passenger_rake -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/rake
lrwxrwxrwx 1 root root 46 2010-11-15 12:10 passenger_rdoc -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/rdoc
lrwxrwxrwx 1 root root 44 2010-11-15 12:10 passenger_ri -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/ri
lrwxrwxrwx 1 root root 46 2010-11-15 12:10 passenger_ruby -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/ruby
lrwxrwxrwx 1 root root 48 2010-11-15 12:10 passenger_testrb -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/testrb
lrwxrwxrwx 1 root root 46 2010-11-15 12:07 rake -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/rake
lrwxrwxrwx 1 root root 46 2010-11-15 12:07 rdoc -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/rdoc
lrwxrwxrwx 1 root root 44 2010-11-15 12:07 ri -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/ri
lrwxrwxrwx 1 root root 46 2010-11-15 12:07 ruby -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/ruby
lrwxrwxrwx 1 root root 48 2010-11-15 12:07 testrb -> /usr/local/rvm/wrappers/ree-1.8.7-2010.02/testrb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment