Newsgroups: comp.unix.questions,fj.questions.unix,tamu.unix.general
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!spinnews!spin-hsd0-tky!news-relay.jpn!hpujjpo!hpscit.sc.hp.com!news.dtc.hp.com!lf.hp.com!apollo.hp.com!bloom-beacon.mit.edu!newsfeed.internetmci.com!usenet.eel.ufl.edu!warwick!pcl!news
From: Arvind Kumar <bhqee@westminster.ac.uk>
Subject: Re: Access
Content-Type: text/plain; charset=us-ascii
Message-ID: <DIx8so.7uM@westminster.ac.uk>
To: b0c0558@sigma.tamu.edu
Sender: news@westminster.ac.uk
Nntp-Posting-Host: ux27
Content-Transfer-Encoding: 7bit
Organization: University of Westminster
References: <Pine.A32.3.91.951106150343.56672B-100000@pegasus.acs.ttu.edu> <49nc49$eas@news.tamu.edu>
Mime-Version: 1.0
Date: Fri, 1 Dec 1995 19:00:23 GMT
X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4m)
X-Url: news:49nc49$eas@news.tamu.edu
Lines: 10
Xref: galaxy.trc.rwcp.or.jp fj.questions.unix:5111
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.questions.unix&nb=5111&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

Ever heard about the command 'chmod' ?
Read the man pages for it!- man chmod

Actually if you want to give read and execute permission to a file
to those in your group, just do :

           chmod g+rx <filename>

Arv.

