close
一句話 , 透過 find
修改folder
find /path/to/base/dir -type d -exec chmod 755 {} +
修改file
find /path/to/base/dir -type f -exec chmod 755 {} +
文章標籤
全站熱搜
一句話 , 透過 find
修改folder
find /path/to/base/dir -type d -exec chmod 755 {} +
修改file
find /path/to/base/dir -type f -exec chmod 755 {} +
留言列表