![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Password on File | Dastard | Shell Programming and Scripting | 6 | 07-29-2007 09:33 PM |
| Password protect a file | perryl7 | UNIX for Dummies Questions & Answers | 2 | 03-30-2005 02:13 PM |
| UNIX password file | jodders | UNIX for Dummies Questions & Answers | 1 | 02-21-2005 02:14 PM |
| Protect a tar file with a password!! | geoquest | UNIX for Dummies Questions & Answers | 1 | 06-19-2002 05:02 AM |
| Unix Password File | Ednut | UNIX for Dummies Questions & Answers | 8 | 10-29-2001 04:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
File password.
Hello,
Is there a way to protect a file with password on opening the file. Thank You
__________________
:) -Satish |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I dunt think so. (Might be wrong) but i never came on setting a password protect a file. Unless the only thing you can do is play around or set the file permission.
read - r write - w execute - x or changemode chmod a file. chmod - changes file access permissions. SYNOPSIS $ chmod 777 <filename> try man chmod or info chmod.. chmod [OPTION]... MODE[,MODE]... FILE... chmod [OPTION]... OCTAL_MODE FILE... chmod [OPTION]... --reference=RFILE FILE... Do post back.. |
|
#3
|
||||
|
||||
|
Also, you could encrypt, or otherwise scramble the file. Depending on your Unix, you may have the "crypt" command installed, or something that could do what you want (PGP, GnuPG, BestCrypt, etc..). Warning: the learning curve gets steeper depending on what features you need / want, but in some cases, it's more than worth it.
I currently use GnuPG and BestCrypt. GnuPG is used for email and other small text snippets, while BestCrypt is used for secure file storage - It's a good idea, and farily straight forward: You create a data container of a given size, install the special device drivers, and mount it as a live filesystem. Just make sure you unmount it on your way out, otherwise it's not too useful, right? |
|
#4
|
|||
|
|||
|
killerserv, LivinFree
I knew to use chmod as one option and crypt works well for me... Thank you for your help, -Satish
__________________
:) -Satish |
|||
| Google The UNIX and Linux Forums |