Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. imac-andrej-rudenko-2:~ andrew$ ./ex
  2. -bash: ./ex: Permission denied
  3. imac-andrej-rudenko-2:~ andrew$ sudo ./ex
  4. Password:
  5. sudo: ./ex: command not found
  6. imac-andrej-rudenko-2:~ andrew$ chmod 0777 ./ex
  7. imac-andrej-rudenko-2:~ andrew$ ./ex
  8. HELLO
  9. imac-andrej-rudenko-2:~ andrew$ sudo ./ex
  10. HELLO
Add Comment
Please, Sign In to add comment