Guest User

Untitled

a guest
Jun 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $ getfattr -n system.ntfs_attrib_be -e hex file.txt
  2. # file: file.txt
  3. system.ntfs_attrib_be=0x00000022
  4.  
  5. setfattr -n system.ntfs_attrib_be -v 0x00000020 file.txt
Add Comment
Please, Sign In to add comment