Horje
ubuntu 755 and 644 Code Example
ubuntu 755 and 644
cd /home/user/domains/domain.com/public_html
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;




Shell

Related
ubuntu server clean up disk space Code Example ubuntu server clean up disk space Code Example
stop npm running on port 3000 Code Example stop npm running on port 3000 Code Example
how to list all the available versionb for installation ubuntu Code Example how to list all the available versionb for installation ubuntu Code Example
how to max cpu usage in linux Code Example how to max cpu usage in linux Code Example
how to close jobs in linux Code Example how to close jobs in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9