From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35454 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Force Oort to verify sigs? Date: 22 Mar 2001 17:47:45 -0500 Sender: prj@multivac.cwru.edu Message-ID: References: <8766h8bb6b.fsf@wesley.springies.com> <5bbsr0gwxk.fsf@avocet.cs.rochester.edu> <868zm4yzat.fsf@mediawars.ne.jp> <871yrvvpah.fsf@inanna.rimspace.net> <764rwm2274.fsf@newjersey.ppllc.com> <87lmpy5wy4.fsf@inanna.rimspace.net> <7666h1ekej.fsf@newjersey.ppllc.com> <761yrp1noa.fsf@newjersey.ppllc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171196 3190 80.91.224.250 (21 Oct 2002 03:33:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:16 +0000 (UTC) Return-Path: Original-Received: (qmail 23487 invoked by alias); 22 Mar 2001 22:48:10 -0000 Original-Received: (qmail 23482 invoked from network); 22 Mar 2001 22:48:10 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 22 Mar 2001 22:48:10 -0000 Original-Received: (qmail 16605 invoked by uid 500); 22 Mar 2001 22:48:07 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: <761yrp1noa.fsf@newjersey.ppllc.com> (Jake Colman's message of "22 Mar 2001 16:47:17 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 10 Xref: main.gmane.org gmane.emacs.gnus.general:35454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35454 Jake Colman writes: > No idea what the 'l' means. What does 'chmod 0700' do anyway? Make the file accessible for reading, writing, and execution (for regular files)/anything else (for directories) for the owner, and completely inaccessible for anyone else. It should result in "drwx------". paul