Linux Fundamentals
Linux Fundamentals
Read r = 4
Write w = 2
Execute x = 1
chmod 777 file1 :- to give full (read/write/execute) permissions
chmod 666 file1 :- to give only read / write permissions
chmod 700 file1 :- to give full permissions only to our userid