我阅读了关于chmod 的所有内容,但我什么也没得到。如果我写chmod u=rwx file这个“影响”我对文件的所有权限,如果我写chmod u+rwx file这个“添加”我对文件的所有权限,但是+和之间有什么区别=?
chmod u=rwx file
chmod u+rwx file
+
=
command-line chmod
chmod ×1
command-line ×1