Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上一个问题只是为了了解我在做什么:如何一步更改文件夹及其子文件夹/文件的权限
因此,如果我更改chmod to 755forchmod 75 /opt/lampp/htdocs并重新启动系统,我希望文件位于chmod 755.
chmod to 755
chmod 75 /opt/lampp/htdocs
chmod 755
设置后,Linux 文件系统权限不会因重新启动系统而受到影响,除非您在启动时运行了一些非标准软件,这些软件会返回将它们更改为某些默认值。
利用:
sudo chmod -R a+rwx PathOfFolder
如果某些进程在启动时更改它们,请在 /etc/rc.local 中进行更改。