Vidyalelo
Python · Q85

Module in Python

Programming · Python · question 85

Q85

What does os.fchmod(fd, mode) do?

A.
change permission bits of the file
Answer
B.
change permission bits of the directory
C.
change permission bits of either the file or the directory
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board