Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. touch myTestFile;
  2. chmod 004 myTestFile;
  3. echo test > myTestFile;
  4. chmod 700 myTestFile;
  5. echo test > myTestFile;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement