PDA

View Full Version : shell unix


barney..grumble
31-01-2007, 11:25
salve, è possibile nella shell unix ottenere la lista dei file regolari e dei link, con un'apposita opzione di "ls"? grazie

iocci
31-01-2007, 11:59
certo, prova ls -l

francesco@debian:/usr/src$ ls -l
totale 16
lrwxrwxrwx 1 root src 25 2006-12-13 20:18 linux -> linux-headers-2.6.18-3-k7
drwxr-xr-x 17 root root 4096 2006-12-12 23:30 linux-headers-2.6.18-3
drwxr-xr-x 4 root root 4096 2006-12-12 23:30 linux-headers-2.6.18-3-k7
drwxr-xr-x 3 root root 4096 2006-12-12 23:30 linux-kbuild-2.6.18
drwxr-xr-x 19 root root 4096 2007-01-17 11:31 linux-source-2.6.18

Lakaj
31-01-2007, 14:18
man ls ?