Ask Question
29 May, 02:32

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?

+2
Answers (1)
  1. 29 May, 03:25
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers