|
发表于 2004-6-1 23:14:04
|
显示全部楼层
man ls
- -l Write (in single-column format) the file mode, the
- number of links to the file, the owner name, the
- group name, the size of the file (in bytes), the
- timestamp, and the filename.
- The file types are as follows: - for an ordinary
- file, d for a directory, b for a block special
- device, c for a character special device, l for a
- symbolic link, p for a fifo, s for a socket.
- By default, the timestamp shown is that of the last
- modification; the options -c and -u select the
- other two timestamps. [color=red]For device special files the
- size field is commonly replaced by the major and
- minor device numbers.[/color]
复制代码 |
|