cp, mv and rm
"cp [file] [target]" copies the file to the target.
"mv [file] [target]" moves (renames) the file to the targetname.
"rm [file]" removes the file.
In all cases, the file might be a directory as well (then use the flag "-r").
For more information on possible flags, try
man cp, man mv, man rm
.
[prev]
[top]
[next]