> cat > file | ![]() |
Previous Next Edit Rename Undo Search Administration
| Documentation |
| Access | Tests the access authorization of a file. |
| CHGRP |
Change the group of a file.
Only in 3.1 version
|
| CHMOD |
Change the permissions of a file.
Only in 3.1 version
|
| CHOWN |
Change the owner of a file.
Only in 3.1 version
|
| COPY | Copy a file. |
| DFree | Returns the free space on a device. |
| Dir | Browses a directory. |
| Exist | Checks if a specific file or directory exists. |
| IsDir | Returns if a path points at a directory. |
| KILL | Removes a file. |
| LINK | Creates a symbolic link. |
| MKDIR | Creates a directory. |
| MOVE | Renames or moves a file or a directory. |
| RDir | Browses a directory recursively. |
| RMDIR | Removes an empty directory. |
| Stat | Get information about a file. |
| Temp$ | Makes temporary file names. |