Multiple choice technology programming languages

To execute system() one should have root privilege

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The system() function executes a shell command and can be run by any user; it does not require root privileges, so the statement is false.