Command | Purpose |
ls | Lists file or directory. With no arguments, ls lists the current directory. |
chgrp | Changes the group of a file. |
chown | Changes the owner of a file. |
umask | Sets the default permission for a new file. |
chmod | Changes the access mode of a file. |