Tag Archives: chmod

How to change permissions folder and all its subfolders and files in linux

Changing the permissions of a folder and its subfolders and files is often used in Linux operations.For example: To change all the directories and files to 755 Continue reading

Posted in File & Directory, How to | Tagged , , | Comments Off on How to change permissions folder and all its subfolders and files in linux

linux chmod/chown syntax and chmod/chown examples

linux chmod change file modes or Access Control Lists. chmod [options] mode file;linux chown change file owner and group. chown [options] owner[:group] file Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on linux chmod/chown syntax and chmod/chown examples