Next Previous

2.2. List Directory Extensions

FTP supports the ls command to list the contents of a directory. Standard options supported are: ls , ls -l , ls -a , and ls -F . In addition to the standard ls options generally provided, HPSS also provides a -lh option. If -lh is specified, then a long directory listing is generated. However, in place of the owner field (field #3) and group field (field #4) listed for the -l option, the Class of Service identifier and Account Code are listed.

Example: ls -lh

-rw-rw---- 1 1 198 157286400 May 13 1996 TEST

-rw-r--r-- 1 1 160 32768 May 16 1996 prod1

-rw-r--r-- 1 1 160 32768 May 16 1996 prod10

-rw-r--r-- 1 1 160 32768 May 16 1996 prod11

-rw-r--r-- 1 1 160 32768 May 16 1996 prod12

-rw-r--r-- 1 1 160 32768 May 16 1996 prod13

-rw-r--r-- 1 1 160 32768 May 16 1996 prod14

-rw-r--r-- 1 1 160 32768 May 16 1996 prod15

-rw-r--r-- 1 1 160 32768 May 16 1996 prod151

-rw-r--r-- 1 1 160 32768 May 16 1996 prod152

-rw-r--r-- 1 1 160 32768 May 16 1996 prod153

-rw-r--r-- 1 1 160 32768 May 16 1996 prod154

-rw-r--r-- 1 1 160 32768 May 16 1996 prod155

-rw-r--r-- 1 1 160 32768 May 16 1996 prod156

-rw-r--r-- 1 1 160 32768 May 16 1996 prod157

-rw-r--r-- 1 1 160 32768 May 16 1996 prod158

-rw-r--r-- 1 1 160 32768 May 16 1996 prod159


Next Previous