85.1k views
5 votes
Which command would you use to change the owner of a directory named MyDirectory to a user named myuser

User Yashvit
by
7.6k points

1 Answer

3 votes

Answer:

Chown myuser /MyDirectory

Step-by-step explanation:

In a Unix or Linux operating system, the chown command allows a user to change the ownership of a user or group. This could be either any of the files, directory, or symbolic link.

Hence, with the chown command expressions, in this case, chown can be expressed in the following form: "Chown myuser /MyDirectory"

User Ojomio
by
8.6k points

No related questions found