Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [kcinimod@julius ~]$ touch test
  2. [kcinimod@julius ~]$ ls -alZ test
  3. -rw-rw-r--. 1 kcinimod kcinimod wheel.id:wheel.role:users.generic_home.home_file:s0 0 Jan 17 12:02 test
  4. [kcinimod@julius ~]$ rm test
  5. [kcinimod@julius ~]$ echo -n "wheel.id:wheel.role:curl.home.home_file:s0" > /proc/self/attr/fscreate
  6. [kcinimod@julius ~]$ echo "hello" > test
  7. [kcinimod@julius ~]$ ls -alZ test
  8. -rw-rw-r--. 1 kcinimod kcinimod wheel.id:wheel.role:curl.home.home_file:s0 6 Jan 17 12:03 test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement