Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. [joel@fedora-native ~]$ mkdir temp
  2. [joel@fedora-native ~]$ chown :wheel temp
  3. [joel@fedora-native ~]$ chmod g+s temp/
  4. [joel@fedora-native ~]$ chmod 770 temp
  5. [joel@fedora-native ~]$ touch toto
  6. [joel@fedora-native ~]$ ll toto
  7. -rw-rw-r--. 1 joel joel 0 Jul  8 11:48 toto
  8. [joel@fedora-native ~]$ mv toto temp
  9. [joel@fedora-native ~]$ ll temp
  10. total 0
  11. -rw-rw-r--. 1 joel joel 0 Jul  8 11:48 toto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement