redhat file attri

#prevent file from deleting
chattr +i /etc/nisusers

#allow append to file only
chattr +a /tmp/employee
then you have to use something like  echo " tt" >> employee to add it

你可能感兴趣的:(File,职场,休闲,attri)