CHOWN Commands Cheat Sheet
Here is a cli commands cheat sheet for CHOWN command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is CHOWN command?
Add some data here
# Change a file's owner: chown# Change a file's owner and group: chown : # Set user to match group value chown : # Set group to match user value chown : # Change a directory's owner recursively: chown -R # Change ownership to match another file: chown --reference=
Check out the CHOWN command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again