Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Ralphs-MacBook-Pro:syxdata Ralph$ sh test.sh
  2. hi
  3. Ralphs-MacBook-Pro:syxdata Ralph$ cat test.sh
  4. echo hi
  5. Ralphs-MacBook-Pro:syxdata Ralph$ ls -la test.sh
  6. -rw-r--r-- 1 Ralph staff 8 Apr 20 14:17 test.sh
  7. Ralphs-MacBook-Pro:syxdata Ralph$ ./test.sh
  8. -bash: ./test.sh: Permission denied
  9. Ralphs-MacBook-Pro:syxdata Ralph$ sh test.sh
  10. hi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement