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) Name Description arch Print machine hardware name. b2sum Print or check BLAKE2 digests. base32...
Linux - File/Folder Permissions - Access Control List ( ACL ) - Posix Model

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: an access right (read, write, execute)...



Share this page:
Follow us:
Task Runner