| |
|
|
|
|
Listing Files and their Attributes |
msscmd ls
will list all the files in the MSS home directory.
In FTP sessions (mssftp or msscmd), the standard listing commands show the size
of files in bytes in the column preceding the modification date.
In SSH sessions, use this command to display file size in human-readable format:
ls -lh
AR means the file is on archive (tape).
DK means the file resides on disk
(and hence can be retrieved quickly).
|
|
|
|
|
|