權限命令不起作用 2024-6-11 • permissions 我正在研究 Linux Mint。我對權限命令不是那麼專家。我的目錄是/var/www/html/themeexplorer/destiniy/.運行sudo find . -type d -exec chmod 755 {} \;命令後,我發現使用命令的權限不受影響ll。 為什麼會這樣呢? 答案1 我不確定你在期待什麼,但chmod 755目錄會給你drwxr-xr-x 相關內容