Horje
assign permission to files and folder ubuntu separate Code Example
assign permission to files and folder ubuntu separate
To change all the directories to 755 (drwxr-xr-x):
find /opt/lampp/htdocs -type d -exec chmod 755 {} \;

To change all the files to 644 (-rw-r--r--):
find /opt/lampp/htdocs -type f -exec chmod 644 {} \;




Shell

Related
bash negate if Code Example bash negate if Code Example
scrcpy use on linux Code Example scrcpy use on linux Code Example
docker windows browser can't see the server Code Example docker windows browser can't see the server Code Example
get git origin url Code Example get git origin url Code Example
bash create user with encrypted password Code Example bash create user with encrypted password Code Example

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