Chown Command explained

Chowm most common usage
chown user1 folder/file name — this will give user1 rights to the file or folder

chown user1:user1 folder/file name – this will give user1 and group user1 rights to the file or folder

chown user1 folder/file name -R — this will give user1 rights to the folder and everything in the folder

Comments are closed.