๐ฅ๏ธ Advanced Linux Commands
Advanced Linux commands for System Management
1. ๐ Advanced File Permissions & Ownership
File Permissions in Linux:
r: Read (4) ๐
w: Write (2) โ๏ธ
x: Execute (1) โถ๏ธ
Permissions are added together to set them.
๐ง Modify File Permissions (chmod)
...
whats-git.hashnode.dev3 min read