Advertisement
Guest User

Untitled

a guest
Jul 10th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [root@sv3 temp3]# cat script
  2. #!/usr/bin/ruby
  3.  
  4. puts 'hello world'
  5. [root@sv3 temp3]# ./script
  6. /usr/bin/ruby: No such file or directory -- รจ]; (LoadError)
  7. [root@sv3 temp3]#
  8.  
  9. [root@sv3 temp3]# ll /usr/bin/ruby
  10. -rwxr-xr-x 1 root root 9025295 Jul 9 15:14 /usr/bin/ruby
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement