Dump the code

File and directory permissions

2 articles
The chmod command in Unix-like systems is used to change the permissions of files and directories. There are two primary ways to specify the permissions: Numeric Mode and Symbolic Mode. in this course, we focus on numeric mode.I.  Syntax and...
8 months ago
9 min read
The 'chown' command in Unix-like operating systems is used to change the ownership of files and directories. It allows you to change the user and/or group ownership of one or more files or directories. The basic syntax of the 'chown' command is as...
8 months ago
2 min read