Ask Question
19 November, 10:14

You work as the Network Administrator for Perfect solutions Inc. The company has a Linux - based Network. You are a root user on the Red Hat operating system. You want to grant ownership of the file foofile to a user John. Which of the following commands should you use to accomplish this task?

+3
Answers (1)
  1. 19 November, 11:26
    0
    chown command

    Explanation:

    Chown command is used to change the owner and group of files. The person who crates the file system object is the owner. While the set of users that that share the same access permissions for the object is called group

    To change he owner we use the following syntax:

    chown [options] new_owner object (s)

    In the command object is the name of the target directory, link or directory, new_owner is the user name of the new owner.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “You work as the Network Administrator for Perfect solutions Inc. The company has a Linux - based Network. You are a root user on the Red ...” 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