find /home/tuxsharing/htdocs-linux -type f -exec chmod 777 {} \;     (untuk file)
find /home/tuxsharing/htdocs-linux -type d -exec chmod 777 {} \;    (untuk folder / direktori)

komentar