Answer:
B) chmod 750 myscript
Step-by-step explanation:
In linux operating system, the command chmod is used to change the permissions on a file. This command effects changes on users, groups, read and write operations to a file. chmod 750 is used to change ownership, and assign read, write and execute permissions to the new user only.