The
chmod command stands for "change mode", and allows changing permissions of files and folders, also known as "modes" in UNIX. The
chown command stands for "change owner", and allows changing the owner of a given file or folder, which can be a user and a group. That's the difference between them in a nutshell.
read more >>