Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

perintah mengubah permission chmod di ubuntu

 chown www-data:www-data -R * # Let Apache be owner

find . -type d -exec chmod 755 {} \;  # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} \;  # Change file permissions rw-r--r--

Post a Comment

0 Comments