I've been using this command to change the permissions of a folder for about 2 years now but I've never known what a certain part means. Heres the command
sudo chown -Rv UserName Public/
It will prompt me for the user password and then change the permissions in the public folder for Read/Write. So what does "chown" and "-Rv" mean?
sudo chown -Rv UserName Public/
It will prompt me for the user password and then change the permissions in the public folder for Read/Write. So what does "chown" and "-Rv" mean?