cxs7225032 发表于 2018-5-13 15:06:42

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 likeecho " tt" >> employee to add it
页: [1]
查看完整版本: redhat file attri