Give acl permission on linux
How to give acl permission on linux in numerical mode?
Expert
Using chmod command
for instance chmod 777 <file name>
its for full permission of the file
read =4
write =2
execute=1
user group other
7 7 7
4+2+1 4+2+1 4+2+1
r+w+e r+w+e r+w+e
Other instance
We give permission to user to full and give group and other to just read and execute than
chmod 755 <file name>
Normal 0 false false
How odors of the flower petals assist pollination?
Depict the requirement of a WAP gateway is necessarily or not?
Explain the term Generalized Symbolic Execution?
18,76,764
1928577 Asked
3,689
Active Tutors
1414852
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!