What is chmod 755 in python?



What is chmod 755 in python?..

Answer / Shewali Chaudhary

Chmod 755 is a Unix command used to change file permissions. In Python, there isn't a built-in function to execute the 'chmod' command directly. However, you can use the 'subprocess' module, as mentioned in QNO: 251090.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the output of this below query?

1 Answers  


How can you identify the data type of any variable in python?

1 Answers  


Is print a function in python?

1 Answers  


How to display the contents of text file in reverse order?

1 Answers  


What is gui in python?

1 Answers  


What is a pure function python?

1 Answers  


What is final and super keyword difference between them?

1 Answers  


What is zip() function in python?

1 Answers  


Can you run python programs without python installed?

1 Answers  


How do I run python?

1 Answers  


Mention the use of // operator in Python?

1 Answers  


What do you understand by the term deep copy?

1 Answers  


Categories