Appendix 2
MAN_105G_1.16
Page 162
Syntax:
rd [[path][directory name]]
Removes a directory. The directory can only be removed if it is empty.
cd
Syntax:
cd [path]
Changes current directory.
format
Formats the filesystem. This is a privileged command and can only be called in
administration mode.
del
Syntax:
del [[path][filename]]
Deletes a file.
ren
Syntax:
ren [[path][old name]] [[path][new name]]
Renames a file or directory.
move
Syntax:
move [[source path][source file]] [[destination path]]
This command moves a file or directory from the source location to a specified
destination.
copy
Syntax:
copy [[source path][source file]] [[destination path][destination file]]
This command creates a copy of the source file at a specified location.
type
Syntax:
type [[path][filename]]
Types (displays) the contents of a file.
mkfile
Syntax:
mkfile [[path][filename]]
Creates an empty file.
append
Syntax:
append [[path][filename]] [“The line to append”]
Appends a line to a file.
df
Displays filesystem info.