Table of Contents

Linux - chown

About

chown is a coreutility that changes the file's ownership (and eventually the group).

SYNOPSIS

chown [OPTION]... [OWNER][:[GROUP]] FILE...
chown [OPTION]... --reference=RFILE FILE...

Example

Change recursively owner and group

chown -R user:group /my/path