What is chown command used for in Linux?
Experience Level: Junior
Tags: Linux
Answer
The chown command allows you to change the user and/or group ownership of a given file, directory, or symbolic link.
In Linux, all files are associated with an owner and a group and assigned with permission access rights for the file owner, the group members, and others.
Related Linux job interview questions
What is kill command used for in Linux?
Linux JuniorWhat is jobs command used for in Linux?
Linux JuniorWhat is chmod command used for in Linux?
Linux JuniorWhat is tar command used for in Linux?
Linux JuniorWhat is diff command used for in Linux?
Linux Junior