Skip to content
Home » ls command

ls command

Take Control of Ownership and Permissions in Linux with the Chown Command

TLDR; The chown command in Linux changes the ownership of files/directories, setting who can access/modify them. The syntax is chown [OPTION]… OWNER[:[GROUP]] FILE…. The R option can recursively change ownership in a directory and v displays verbose output. Note that root privileges are needed and it should be used with… Read More »Take Control of Ownership and Permissions in Linux with the Chown Command