Multiple choice technology operating systems

what do SUID bits do

  1. They ensure that the associated program runs in root

  2. They ensure that the associated program runs automatically with the owner's permissions

  3. They make the file executable

  4. They add the program to the /bin directory

Reveal answer Fill a bubble to check yourself
B Correct answer
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.