From owner-freebsd-questions Wed May 8 16:40:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA08001 for questions-outgoing; Wed, 8 May 1996 16:40:18 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA07987 for ; Wed, 8 May 1996 16:40:16 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by who.cdrom.com (8.6.12/8.6.11) with SMTP id QAA14580 for ; Wed, 8 May 1996 16:40:12 -0700 Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ab21919; 9 May 96 0:38 +0100 Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa21674; 9 May 96 0:24 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.6.12/8.6.12) id XAA05737; Wed, 8 May 1996 23:51:16 GMT Date: Wed, 8 May 1996 23:51:16 GMT From: James Raynard Message-Id: <199605082351.XAA05737@jraynard.demon.co.uk> To: kelly@fsl.noaa.gov CC: branson@longstreet.larc.nasa.gov, dbrockus@m1.sprynet.com, freebsd-questions@freebsd.org In-reply-to: <9605081534.AA19100@fslg8.fsl.noaa.gov> (message from Sean Kelly on Wed, 8 May 1996 09:34:51 -0600) Subject: Re: Please Help ... I am locked out of a FreeBSD machine Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> Sean Kelly writes: > > >>>>> "Branson" == Branson Matheson writes: > Branson> chmod 644 -R .??* I prefer chmod 644 -R .[a-zA-Z]* myself > Branson> the '?'s will require two characters in the file > Branson> name.. not just one which very effectively skips '.' and > Branson> '..'. > > But it unfortunately misses all entries with a name of . followed by a > single character: .a, .b, .c, etc. But, hey, close enough! Do those > by hand, I say! You forgot the upper case ones 8-) And yes, I've made this mistake as well (in someone's home directory, so they ended up owning everyone's files). Not quite as serious, perhaps, but a *lot* more embarrassing!