|
#1
| ||||
| ||||
| Can you lock an individual folder, so that no one could get into it, or see whats inside?
__________________ PowerBook G4 - 867MHz G4, 640MB, 80GB HD, 80GB EHD, SuperDrive, Airport, Mac OS X 10.4.8 |
|
#2
| ||||
| ||||
| Yeah, use the Terminal: mv path/to/file_or_folder path/to/.file_or_folder Notice the change: there is a period before the filename. This makes it invisible to the Finder. If you really want to make it un-openable too, I can show you that, but it's not really needed.
__________________ < Also Known As aeromusek in places > < PowerBook | 1.67GHz | 1024MB RAM | 120GB | 17" High Res > < iPod | 20GB | 3rd gen > "the show must go on" - the artists of the world |
|
#3
| ||||
| ||||
| What dlloyd suggested will make the folder invisible to anyone that doesn't know their way around the terminal. A simple way of seeing that folder is to navigate to the enclosing folder and type "ls -la". This will show all files and folders, even the hidden and invisible ones. You can still access hidden/invisible folders the same as any other folder -- they just don't show up to novice users. A better way would be to adjust the permission settings via the "Get Info" window and change the "Owner" to yourself with permissions of read and write, and change the "Group" and "Others" to "No Access." This will allow you to access the folder but no one else.
__________________ Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT MacBook 2.0GHz Core 2 Duo - White 10.5.4 • 2048MB • 80GB • CD-RW/DVD-ROM iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k http://www.jeffhoppe.com |
|
#4
| ||||
| ||||
| Highlight the folder, do a command+I (or go File->Get Info). Then go to Ownership & Permissions-Details and make it readable only for your account. Now if you want to make the folder password protected (so if anyone is using your account) then you need a to use Disk Utility. Open Disk Utility and create a new Disk Image but password encrypt. There are third party programs for email like PGP.
__________________ PowerMac G5 Dual 1.8(Rev A.), , 7 Gig RAM, Pioneer DVR-110, ATI X800XT, OS X 10.4.11 & 10.5.3, 23'' HD LCD Mac Book Pro Core 2 Duo 2.16Mhz, SuperDrive, ATI X1600, 2GB RAM, OS X 10.5.3 Tibook 400Mhz, DVD drive, 1024 RAM, ATI Rage, OS X 10.4.7 1TB Time Capsule 5g iPod 30Gig White |
|
#5
| ||||
| ||||
| Be warned, though, if you make the folder "read-only" for your account, you won't be able to do anything with it. You need to make it read/write for your account and read-only or no access for everyone else.
__________________ Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT MacBook 2.0GHz Core 2 Duo - White 10.5.4 • 2048MB • 80GB • CD-RW/DVD-ROM iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k http://www.jeffhoppe.com |
|
#6
| ||||
| ||||
| I think that's what Satcomer meant, but the words could be interpreted both ways ![]()
__________________ < Also Known As aeromusek in places > < PowerBook | 1.67GHz | 1024MB RAM | 120GB | 17" High Res > < iPod | 20GB | 3rd gen > "the show must go on" - the artists of the world |
|
#7
| ||||
| ||||
| Two things, I need help, how do you use this mv path/to/file_or_folder path/to/.file_or_folder If it works, can I use TinkerTool to see the file?
__________________ PowerBook G4 - 867MHz G4, 640MB, 80GB HD, 80GB EHD, SuperDrive, Airport, Mac OS X 10.4.8 |
|
#8
| ||||
| ||||
| Quote:
![]() |