[Primipassi] ls -l con permessi numerici

Lepa lepa4president@gmail.com
Ven 4 Set 2009 22:50:30 CEST


2009/9/4 Francesco <francesco@firenze.linux.it>

> Salve a tutti
> esiste una opzione in ls che invece di dare i permessi
> xrw
> li da in numerico
> tipo
>  755 600


Potresti fare un qualcosa con sed tipo:
 ls -l | sed -e 's/--x/1/g' -e 's/-w-/2/g' -e 's/-wx/3/g' -e 's/r--/4/g' -e
's/r-x/5/g' -e 's/rw-/6/g' -e 's/rwx/7/g' -e 's/---/0/g'


(In questo caso ti consiglio di farti un alias nel .bashrc , perche' a
riscrivere tutte le volte sta roba ti viene mal di testa =)

>
> --
> Francesco
> Let's Drop The Knees Not The Bombs (Allen O'Bannon & Mike Clelland)
> pub 1024D/26762990 Key fingerprint =87E7 B7CE 577A EAD9 4744  F69F 22C2
> AA92 2676 2990
> http://wikicosi.wordpress.com/
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkqhdmoACgkQJRYiMRzeoA9b3ACfayFRXcRoEEtwpDTScGZbxbmw
> vhcAoK6zM3ye/UQkA/QCuKgU/AhTCnXj
> =XiWz
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> FLUG primipassi con Linux - primipassi@firenze.linux.it
> Policy: http://www.firenze.linux.it/primipassi/policy_html
> URL: https://lists.firenze.linux.it/mailman/listinfo/primipassi
> Archivio:  http://lists.firenze.linux.it/pipermail/primipassi/
> Ricerca nell'archivio: http://www.firenze.linux.it/search
>
>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.linux.it/pipermail/primipassi/attachments/20090904/eaaa0952/attachment.htm>


Maggiori informazioni sulla lista primipassi