Mac OS: Rendere visibile / invisibile files e cartelle


Visto che mi sono serviti in questi giorni; vanno lanciati da un terminale.
Con // vengono indicati i commenti, non vanno digitati.

Vedere solo i file definiti visibili
defaults write com.apple.finder AppleShowAllFiles FALSE
//All files è falso quindi
killall -KILL Finder
//restarta il finder

Vedere anche i file nascosti
defaults write com.apple.finder AppleShowAllFiles TRUE
//All files è falso quindi
killall -KILL Finder
//restarta il finder

Rendere INVISIBILE
/Developer/Tools/SetFile -a V /nome_file
// o al posto di nome file * per tutti i file
esempio : setfile -a V testfile.txt

Rendere VISIBILE
/Developer/Tools/SetFile -a v /nome_file
// o al posto di nome file * per tutti i file
esempio: setfile -a v testfile.txt

Lascia un commento

1 commento

  1. Utili comandi da consolle per il MAC « Mauro Schievano’s

Lascia un Commento

Fill in your details below or click an icon to log in:

Logo WordPress.com

You are commenting using your WordPress.com account. Log Out / Modifica )

Foto Twitter

You are commenting using your Twitter account. Log Out / Modifica )

Foto di Facebook

You are commenting using your Facebook account. Log Out / Modifica )

Connecting to %s

Iscriviti

Get every new post delivered to your Inbox.