Question:medium

In Unix/Linux, you cannot run a program if the execute permission is set. (True/False)

Show Hint

To run any script or compiled binary in Linux, you must set the execute permission flag using the command: chmod +x filename. Without this flag, the operating system will refuse to execute the file.
Updated On: Jun 18, 2026
Show Solution

Solution and Explanation

Was this answer helpful?
0