What Does Osfchmodfd Mode Do #897
What does os.fchmod(fd, mode) do?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Operating System - Quiz No.1.
What does os.fchmod(fd, mode) do?
change permission bits of the file
change permission bits of the directory
change permission bits of either the file or the directory
none of the mentioned