Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in Big Data Hadoop & Spark by (47.6k points)

I am going through a demo that asked me to change the file permission to 755. I did it by using this command:

chmod 755 filename

I am new to Linux, I know the binary format of chmod But I am not understanding what does 755 set the permission to. Please explain

1 Answer

0 votes
by (106k points)

In Linux 777 permission on the directory means that everyone has access to read/write/execute (execute on a directory means that you can do an ls of the directory).

Related questions

0 votes
1 answer
0 votes
1 answer
+7 votes
1 answer
0 votes
1 answer
asked Jun 26, 2019 in Big Data Hadoop & Spark by Aarav (11.4k points)
0 votes
1 answer
asked Apr 11, 2021 in Linux by dev_sk2311 (45k points)

Browse Categories

...