- Learning Linux Shell Scripting
- Ganesh Naik
- 39字
- 2021-06-25 22:02:46
Technique two – the numeric method
The following command will change the file permissions using the octal technique:
$ chmod 777 file_name
The file permission 777 can be understood as 111 111 111, which corresponds
to the rwx.rwx.rwx permissions.