Linux - chown

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





Discover More
Bash Liste Des Attaques Ovh
Bash - Brace Expansion {} (Data Generation)

Brace expansion is a mechanism by which arbitrary strings may be generated. This mechanism is similar to pathname expansion, but the filenames generated need not exist. Patterns to be brace expanded...
Card Puncher Data Processing
CoreUtils

Corutils is a package of essential executable command line client (used greatly in shell script) See also Utils Linux Name Description arch Print machine...
Linux - File/Folder Permissions - Access Control List ( ACL ) - Posix Model

ACL In Linux, every object is a file. A directory or a folder is then also a file. Linux follows the POSIX permissions model. A permission is a combination between: User/Owner (u)Group (g)Other...



Share this page:
Follow us:
Task Runner