ChownOption extends Option
The enumeration of the chown command options.
Tags
Table of Contents
Constants
- FROM = 'from'
- GROUP = 'group'
- NO_DEREFERENCE = 'noDereference'
- OWNER = 'owner'
- PATH = 'path'
- RECURSIVE = 'recursive'
- REFERENCE = 'reference'
- SUDO = 'sudo'
- VERBOSE = 'verbose'
Methods
- getCommandOption() : string
Constants
FROM
public
mixed
FROM
= 'from'
GROUP
public
mixed
GROUP
= 'group'
NO_DEREFERENCE
public
mixed
NO_DEREFERENCE
= 'noDereference'
OWNER
public
mixed
OWNER
= 'owner'
PATH
public
mixed
PATH
= 'path'
RECURSIVE
public
mixed
RECURSIVE
= 'recursive'
REFERENCE
public
mixed
REFERENCE
= 'reference'
SUDO
public
mixed
SUDO
= 'sudo'
VERBOSE
public
mixed
VERBOSE
= 'verbose'
Methods
getCommandOption()
public
static getCommandOption(string $option) : string
Parameters
- $option : string