Jump to content
13 posts in this topic

Recommended Posts

i need to copy over an invisable file in os x and i dont know how.does anyone know how to show invisable files in os x 86?

 

 

open termnal. type this in:

 

defaults write com.apple.finder AppleShowAllFiles TRUE

 

killall Finder

 

To hide the files again type this in:

 

defaults write com.apple.finder AppleShowAllFiles FALSE

 

killall Finder

open termnal.  type this in:

 

defaults write com.apple.finder AppleShowAllFiles TRUE

 

killall Finder

 

To hide the files again type this in:

 

defaults write com.apple.finder AppleShowAllFiles FALSE

 

killall Finder

thank you very much it works like a charm :)

how do you copy over a file thst invisable?

 

 

Can you see it in the terminal when you are root?

 

ie do a cd to the directory where the file is located...then sudo ls...enter the passwd that you set...see if file is there. Then do 'sudo cp <your filename here> then the location and filename where you want it to go.

 

What file are you trying to copy??

 

joneSi

but i still cant copy over the file damn

 

you have to be the root user to overwrite invisible files.

 

Open Netinfo Manager, found in /Applications/Utilities. The choose Security -> Authenticate... from the Domain Menu. You will be prompted to give your user password. You can then choose Security -> Enable Root User... from the Domain Menu. You can then type in the information into the dialog boxes.

 

Whe it promts you for your name and password for overwriting the file use root and your password.

 

Carefull though, you can really screw stuff up as a root user.

Carefull though, you can really screw stuff up as a root user.

 

ha no {censored}. A bit of humor, first time I sudo -s as my new account, i get this from the terminal:

 

Last login: Sat Aug 27 11:41:47 on console

Welcome to Darwin!

:~ Joelogic$ sudo -s

 

We trust you have received the usual lecture from the local System

Administrator. It usually boils down to these three things:

 

#1) Respect the privacy of others.

#2) Think before you type.

#3) With great power comes great responsibility.

 

Password:

 

Good ol Apple :(

  • 3 months later...
  • 5 weeks later...
ha no {censored}. A bit of humor, first time I sudo -s as my new account, i get this from the terminal:

 

Last login: Sat Aug 27 11:41:47 on console

Welcome to Darwin!

:~ Joelogic$ sudo -s

 

We trust you have received the usual lecture from the local System

Administrator. It usually boils down to these three things:

 

#1) Respect the privacy of others.

#2) Think before you type.

#3) With great power comes great responsibility.

 

Password:

 

Good ol Apple :)

 

Most all linux distros say that first time.

×
×
  • Create New...