Ask Question
22 July, 08:39

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

+3
Answers (1)
  1. 22 July, 12:07
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers