- chmod 777 is the same as umask=000 (or rwx)
- chmod 666 is the same as umask=111 (or rw-)
- chmod 555 is the same as umask=222 (or r-x)
- chmod 444 is the same as umask=333 (or r--)
- chmod 333 is the same as umask=444 (or -wx)
- chmod 222 is the same as umask=555 (or -w-)
- chmod 111 is the same as umask=666 (or --x)
- chmod 000 is the same as umask=777 (or ---)
martedì 11 novembre 2008
chmod e umask
lunedì 10 novembre 2008
Gestione cache dns windows xp/vista
Per svuotare la cache dns in windows XP/Vista bisogna lanciare da linea di comando il seguente comando:
ipconfig /flushdns
in Vista, se è attivo l'UAC, bisogna aprire una shell comandi con diritti di amministratore.
Con ipconfig /displaydns visualizziamo tutta la cache.
ipconfig /flushdns
in Vista, se è attivo l'UAC, bisogna aprire una shell comandi con diritti di amministratore.
Con ipconfig /displaydns visualizziamo tutta la cache.
Iscriviti a:
Post (Atom)