新Linux命令 — 文件的特殊属性 – 使用 “+” 设置权限,使用 “-” 用于取消 命令代码 注释说明 chattr +a file1 只允许以追加方式读写文件 chattr +c file1 允许这个文件能被内核自动压缩/解压 chattr +d file1 在进行文件系统备份时... 互联网教程技能精进# Allow a file to be safely deleted chattr +S file1# Allow the file to be automatically compressed/decompressed by the kernel chattr +d file1# chattr +a file1 3天前020