|
发表于 2006-9-7 19:56:10
|
显示全部楼层
If a command line argument specifies a symbolic link, show
information for the file the link references rather than for the
link itself.
[sprite@calabash bin]$ ll view
lrwxrwxrwx 1 root root 2 Sep 23 2005 view -> vi
[sprite@calabash bin]$ ll -H view
-rwxr-xr-x 1 root root 536176 Apr 27 2005 view
[sprite@calabash bin]$ |
|