Some shell actions.
More...
Some shell actions.
Engine / Tool Library
- Author
- CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Version
- 1.0.1
- Date
- Creation: Jun 2005
-
Modification: Apr 2018
- Copyright
- 2005 - 2018 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
◆ shell_mv()
Execute mv shell command.
- Parameters
-
- Returns
- mixed
◆ shell_cp()
Execute cp shell command.
- Parameters
-
- Returns
- mixed
◆ shell_chmod()
shell_chmod |
( |
|
$file, |
|
|
|
$rights |
|
) |
| |
Execute chmod shell command.
- Parameters
-
string | $file | |
string | $rights | |
- Returns
- mixed
◆ shell_chgrp()
shell_chgrp |
( |
|
$file, |
|
|
|
$grp |
|
) |
| |
Execute chgrp shell command.
- Parameters
-
- Returns
- mixed
◆ shell_chown()
shell_chown |
( |
|
$file, |
|
|
|
$user |
|
) |
| |
Execute chown shell command.
- Parameters
-
- Returns
- mixed
◆ shell_ln()
shell_ln |
( |
|
$link, |
|
|
|
$file |
|
) |
| |
Execute ln shell command.
- Parameters
-
- Returns
- mixed