మీరు మీ ఫైల్స్ కు సరయిన అనుమతులు(permissions) ఇవ్వాలనుకుమ్టున్నారా

ఇది ప్రయత్నించండి




ఇది ఫోల్డర్లకు
find /path/to/base/dir -type d -exec chmod 755 {} +



ఇది ఫైల్లకు
find /path/to/base/dir -type f -exec chmod 644 {} +

0 comments:

Post a Comment

 
Top