chmod
Changes the permissions of files.
The user must be the owner of the file, or a superuser.
The usage is as follows:
$ hadoop fs -chmod [-R] <MODE[,MODE]... | OCTALMODE> URI [URI ...]
-R |
Recursively through the directory structure |
Changes the permissions of files.
The user must be the owner of the file, or a superuser.
The usage is as follows:
$ hadoop fs -chmod [-R] <MODE[,MODE]... | OCTALMODE> URI [URI ...]
-R |
Recursively through the directory structure |