Chown
1 min readNov 9, 2019
chown is use the ownership of any file
chown USER:GROUP DIRECTORY
chown -R USER:GROUP DIRECTORY
this command will recursively change the user as owner and group as group
- rw-r — r — 12 linuxize users 12.0K Apr 8 20:51 filename.txt
- linuxize is owner and users is the grup