Ask Question

You must change ownership of a script called myscript so that only the user owner has read/write access to it and only the user owner and group owner have execute permissions. Which of the following commands would accomplish this?

a. chmod 771 myscript

b. chmod 750 myscriptc. chmod 755 myscript

d. chmod 611 myscript

+4
Answers (1)
  1. 23 September, 02:55
    0
    B) chmod 750 myscript

    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “You must change ownership of a script called myscript so that only the user owner has read/write access to it and only the user owner and ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers