Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!dptg!att!cbnewsm!szirin From: szirin@cbnewsm.ATT.COM (seth.zirin) Newsgroups: comp.unix.wizards Subject: Re: Is there an FSDB Manual? Message-ID: <4960@cbnewsm.ATT.COM> Date: 3 Oct 89 13:38:31 GMT References: <1221@virtech.UUCP> Reply-To: szirin@cbnewsm.ATT.COM Distribution: comp Organization: AT&T Bell Laboratories Lines: 19 In article <1221@virtech.UUCP> cpcahil@virtech.UUCP (Conor P. Cahill) writes: > >There are zillions of other things you could do (both good and bad) to >the file system with fsdb so be careful out there. Fsdb can be used to make files "private" and prevent viewing of the contents by most others. Simply change one of the characters of the basename to a slash "/" by editing the directory entry for the file. Most versions of namei() will then not be capable of returning the inode. When you want to access your private file, perhaps to update your resume, you simply convert the slash back to something else. Of course, anyone that can figure out how to use fsdb can easily read your private file without ever touching the directory entry... Remember kids, don't do this at home. seth.zirin@att.com