🎴 Flashcard Mode
Linux and Windows Operating Systems Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
what do SUID bits do
AnswerClick to flip back
A
They ensure that the associated program runs automatically with the owner's permissions
💡 Explanation:
The SUID (Set User ID) permission bit ensures that an executable file runs with the privileges of the file's owner (often root) rather than the user executing it.