EVL

Table of Contents


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2020 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Chmod

(since EVL 2.3)

Change file mode bits.

Synopsis

syntax/Chmod
Chmod
  ( <mode>[,<mode>]... | <octal-mode> ) (hdfs://<path> | <local_path> )...
  [-R|--recursive]

evl chmod
  ( <mode>[,<mode>]... | <octal-mode> ) (hdfs://<path> | <local_path> )...
  [-R|--recursive] [--verbose]

evl chmod
  ( --help | --usage | --version )

Options

-R, --recursive

change files and directories recursively

Standard options:

--help

print this help and exit

--usage

print short usage information and exit

-v, --verbose

print to stderr info/debug messages of the component

--version

print version and exit

Examples

  1. TBA::

    TBA