85
Renaming a file
Perform this task in user view.
Task Command
Rename a file. rename fileurl-source fileurl-dest
Copying a file
Perform this task in user view.
Task Command
Copy a file. copy fileurl-source fileurl-dest
Moving a file
Perform this task in user view.
Task Command
Move a file. move fileurl-source fileurl-dest
Compressing/decompressing a file
Perform the following tasks in user view:
Task Command
Compress a file. gzip filename
Decompress a file. gunzip filename
Archiving/extracting files
Perform the following tasks in user view:
Task Command
Archive files.
tar create [ gz ] archive-file fileurl-dest [ verbose ] source
fileurl-source-list&<1-5>
Extract files.
tar extract archive-file fileurl-dest [ verbose ] [ screen | to
directory-name ]
Display the names of archived files. tar list archive-file fileurl-dest