how can i give acl permission in numerical mode on linux
Answer Posted / sandeep badsra
By using chmod command
for example chmod 777 <file name>
its for full permissionof 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 example
we give permission to user to full and give group and other
to only read and execute than
chmod 755 <file name>
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
What are the commands used in command prompt?
What is netstat command in linux?
Which Command used to lock user password in Linux?
What is unix finger command?
What does make clean command do?
How do I know my shell?
tell me something about linux commands.
Does cp overwrite?
What is option in linux command?
What is gnu in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What command should you use to check your file system?
Is cmake only for c++?
Is python faster than bash?
How do I find command history in linux?