A user reports that a script fails with 'Permission denied' when executed. The script has permissions -rw-r--r-- and is owned by the user. Which command should the user run to make the script executable for the owner only?
Select one:
The trap here is that candidates may confuse the setuid bit (`u+s`) with the execute bit (`u+x`), or...