Site Tools


tech_public:tp_linux (text)

This is an old revision of the document!


Linux

Linux Mint optimize

CHMOD all files/directories

find . -type d -exec chmod 770 -- {} +

find . -type d -exec chmod 2770 -- {} +

(-- to prevent name starting with dash as conflict)

tech_public/tp_linux.1739945321.txt.gz · Last modified: by jasonwch (text)

Top ↑