| Switcher Hangout The place for switchers to discuss their new machines, and how to work with OS X. General support can be had here for newbie stuff, like "How do I restart my new iMac?" :) |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Jan 02, 2007
Location: Mississippi
Posts: 28
![]() Mac Specs: macbook 2.0 core duo white
|
I read a recent post about an app called disapear that I could use to hide private files.
I used it to hide a folder with all my personal stuff. When i opened the app yesterday, my folder had a ? instead of hide/show.... I tried removing the folder from the list to see if it would be visible and now it's still not anywhere that I can find it. Anybody know how I can get this folder back???? i cant get to it at ll now. |
| QUOTE Thanks | |
![]() Member Since: Sep 13, 2006
Location: Deep in the heart of Texas!
Posts: 3,558
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac's
|
to show the Hidden file again using the terminal type (better yet.. copy/paste) the following:
defaults write com.apple.finder AppleShowAllFiles -bool YES;killall Finder Then to HIDE the "Hidden Files" Type (again, might want to just copy/paste) the following in the Terminal: defaults delete com.apple.finder AppleShowAllFiles;killall Finder You can also use the ONYX Parameters to "Show Hidden Files" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ For anyone interested... To make a hidden Folder that can not be seen do the following: Make a new folder somewhere easy for you to remember... To do this: 1) Open the finder window go into the "Home" Folder (will place it there). 2) Right click on an empty part of the finder Window.. select "New Folder". 3) Name the folder.. Let's use "p0rn"... Just for fun 4) Now go into the Terminal and type (best to copy/paste) the following: mv ~/p0rn ~/.p0rn Press enter after pasting the command Note the "." in front of the second folder name 5) The folder and any/all of the contents within it are HIDDEN. ~~~~~~~~~~~~ Now that the the folder is hidden the easiest way to get back into the contents it open the the Finder window go the the "HOME" folder (see.. No "p0rn" folder)... Now press APPLE+SHIFT+G A Window will roll out of the top of the finder window that Says: "Go To Folder:" Type the following (don't forget the ".") .p0rn press ENTER Viola... you are in your "hidden" folder, and can now access your... um... stuff. |
| QUOTE Thanks | |
![]() Member Since: Apr 29, 2006
Location: St. Somewhere
Posts: 4,547
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: PowerMac G5 Quad, 2.5 GHz, 4 Core, 120 GB SSD, 500 GB HDD
|
Code:
ls -a My Macs: PowerMac G5 Quad, 2.5 GHz, 4 Core, Mac Pro, 3.2 GHz 8 Core, Power Macintosh 7500/100 My iStuff: 32 GB iPhone 4, 30 GB iPod Video, 16 GB iPod Touch My OS': Mac OS X Tiger, Mac OS X Snow Leopard, Mac OS X Leopard, Mac OS 8.6, openSUSE 10.3, Win XP I was on the Mac-Forums honor roll for September 2007 |
||||
| QUOTE Thanks | |||||
![]() Member Since: Sep 13, 2006
Location: Deep in the heart of Texas!
Posts: 3,558
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac's
|
|
| QUOTE Thanks | |
![]() Member Since: Jun 03, 2006
Location: Denver Colorado
Posts: 2,374
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2.4 GHz intel core 2 duo MBP, iPhone 5, iPad 3
|
Quote:
![]() I was on the M-F honor roll for month : May 2007 |
|
| QUOTE Thanks | ||
![]() Member Since: Apr 29, 2006
Location: St. Somewhere
Posts: 4,547
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: PowerMac G5 Quad, 2.5 GHz, 4 Core, 120 GB SSD, 500 GB HDD
|
I seem to recall that there is a better way to hide files but don't remember what it is. I know for example that Mac OS X itself has lots of hidden files and folders that don't start with a dot.
A challenge to the Mac cognosenti out there: how do you create a file or folder whose name DOESN'T start with a dot and make it hidden. I *know* that there is a way... My Macs: PowerMac G5 Quad, 2.5 GHz, 4 Core, Mac Pro, 3.2 GHz 8 Core, Power Macintosh 7500/100 My iStuff: 32 GB iPhone 4, 30 GB iPod Video, 16 GB iPod Touch My OS': Mac OS X Tiger, Mac OS X Snow Leopard, Mac OS X Leopard, Mac OS 8.6, openSUSE 10.3, Win XP I was on the Mac-Forums honor roll for September 2007 |
| QUOTE Thanks | |
![]() Member Since: Sep 13, 2006
Location: Deep in the heart of Texas!
Posts: 3,558
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac's
|
In the Spirit of "Hidden" Files... I placed a "." in front of my user name ![]() ![]() ![]() ![]()
Last edited by RiDE; 03-14-2007 at 09:57 AM. |
| QUOTE Thanks | |
![]() Member Since: Oct 16, 2006
Location: Birmingham (S), UK
Posts: 665
![]() ![]() ![]() Mac Specs: 20" iMac Intel Core Duo 2 (Standard)
|
Quote:
Select pr0n in Finder Single Click to Rename type .pr0n Hidden? |
|
| QUOTE Thanks | ||
![]() Member Since: Sep 13, 2006
Location: Deep in the heart of Texas!
Posts: 3,558
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac's
|
Quote:
You can make a hidden file (this is how I do it) straight with the Terminal mkdir .<whatever> I just thinks it's easier for most people to make the Folder with finder, then simply rename/move "mv" the folder to a "." making it hidden. |
|
| QUOTE Thanks | ||
![]() Member Since: Oct 16, 2006
Location: Birmingham (S), UK
Posts: 665
![]() ![]() ![]() Mac Specs: 20" iMac Intel Core Duo 2 (Standard)
|
Yea just got that...
However you can do it if you are showing the Hidden Files, then you can just change the normal one to a Hidden One. That's how I done it anyway. Apart from Copy and Pasting the Code for Terminal was quiet easy |
| QUOTE Thanks | |
![]() Member Since: Sep 13, 2006
Location: Deep in the heart of Texas!
Posts: 3,558
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac's
|
Quote:
as apposed to the: Open Terminal use the "Show hidden Files" command... create the Hidden folder... Go back into Terminal use the "HIDE hidden Files" command... Exit Terminal. But hey... We all have different preferences. ![]() ![]()
|
|
| QUOTE Thanks | ||
![]() Member Since: Oct 09, 2007
Location: Oregon
Posts: 35
![]() Mac Specs: iPad 3rd Generation, 16 GB, Black, WiFi only
|
|
| QUOTE Thanks | |
![]() Member Since: Sep 13, 2006
Location: Deep in the heart of Texas!
Posts: 3,558
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac's
|
It depends on how much of a "genius" he/she is... and how nosey.
![]() The best thing to do would be to place a password protected .dmg within an invisible folder... That way, one would have to first find the invisible folder, then crack the password to access the .dmg (very difficult if your password is long, and uses both numbers and letters). Last edited by RiDE; 10-09-2007 at 02:19 PM. |
| QUOTE Thanks | |
![]() Member Since: Oct 09, 2007
Location: Oregon
Posts: 35
![]() Mac Specs: iPad 3rd Generation, 16 GB, Black, WiFi only
|
|
| QUOTE Thanks | |
![]() Member Since: Apr 29, 2006
Location: St. Somewhere
Posts: 4,547
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: PowerMac G5 Quad, 2.5 GHz, 4 Core, 120 GB SSD, 500 GB HDD
|
Two words: Vanessa Hudgens
If your GF is sending you private pictures, makes sure that you keep them in an encrypted .dmg virtual volume. Otherwise, you never know where they might end up! My Macs: PowerMac G5 Quad, 2.5 GHz, 4 Core, Mac Pro, 3.2 GHz 8 Core, Power Macintosh 7500/100 My iStuff: 32 GB iPhone 4, 30 GB iPod Video, 16 GB iPod Touch My OS': Mac OS X Tiger, Mac OS X Snow Leopard, Mac OS X Leopard, Mac OS 8.6, openSUSE 10.3, Win XP I was on the Mac-Forums honor roll for September 2007 |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Deleting Hidden files... | ldj | OS X - Operating System | 15 | 03-16-2013 11:24 AM |
| View Hidden Files | bigt0169 | OS X - Operating System | 8 | 03-28-2009 12:46 PM |
| Hidden files destroys 20G | Ephilei | Switcher Hangout | 12 | 11-07-2006 12:42 AM |
| search hidden files | futerfas | OS X - Operating System | 3 | 04-27-2004 07:11 PM |
| Microsoft's Really Hidden Files | Murlyn | Schweb's Lounge | 1 | 09-02-2003 07:36 PM |
All times are GMT -4. The time now is 06:29 PM.
Powered by vBulletin