Re: permissions of fat32 partition

2003-10-03 Thread R Sánchez
Hi, Look for the file "fstab" in the /etc folder and open it with your favorite text-editor. Now look for a line like: /dev/hda8 /mnt/vfat vfat defaults 0 0 and change it to: /dev/hda8 /mnt/vfat vfat defaults,umask=000 0 0 This will give read/write/execute permision to all users, which is ok

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 4 Jun 2003 15:03:10 +0100, Kevin Passey wrote: > Can anybody help me here. > > I have corrupted various permissions on a couple of directories - is there a > way to re-set them to the installed status. > > I am having problems with amanda an

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Alistair Y. Lewars
Rick Johnson wrote: On 6/4/2003 7:03 AM, Kevin Passey wrote: Can anybody help me here. I have corrupted various permissions on a couple of directories - is there a way to re-set them to the installed status. I am having problems with amanda and firestarter Thanks Kevin Passey rpm can help y

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Bret Hughes
On Wed, 2003-06-04 at 09:03, Kevin Passey wrote: > Can anybody help me here. > > I have corrupted various permissions on a couple of directories - is there a > way to re-set them to the installed status. > > I am having problems with amanda and firestarter > > Thanks > > Kevin Passey > Assumi

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Marcos de Souza Trazzini
Do you are using acl's with the filesystem? ("getfacl" and "setfacl" commands to setup the Access Control Lists) And what are the problems with amanda and firestarter? On Wed, 2003-06-04 at 13:32, Rick Johnson wrote: > On 6/4/2003 7:03 AM, Kevin Passey wrote: > > > Can anybody help me here.

Re: permissions in mounted point

2003-06-05 Thread Ronaldo Rezende Vilela Luiz
This error has generated when I tryed to make: chmod 777 -R extendida chmod: changing permissions of `extendida' (requested: 0777, actual: 0755): Operação não permitida - Em Qua, 2003-06-04 às 10:13, Simon Tischer escreveu: > first mount it, then change the permissions. > > us

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Rick Johnson
On 6/4/2003 7:03 AM, Kevin Passey wrote: Can anybody help me here. I have corrupted various permissions on a couple of directories - is there a way to re-set them to the installed status. I am having problems with amanda and firestarter Thanks Kevin Passey rpm can help you out here. rpm -V i

Re: permissions in mounted point

2003-06-04 Thread Simon Tischer
first mount it, then change the permissions. use the -R option to change all permission recursive On Wednesday 04 June 2003 15:11, Ronaldo Rezende Vilela Luiz wrote: > Hi, > I have a partition of my old linux install mounted in the > /mnt/conectiva. The directory /mnt/conectiva has the 777 permi

Re: permissions

2002-09-19 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-Sep-2002/09:18 -0500, Steve Buehler <[EMAIL PROTECTED]> wrote: >Change ownership of all files in a directory that are owned by a specific >user, leaving files that are not owned by that user alone. It needs to >start in that directory and go th

Re: permissions

2002-09-19 Thread Robert P. J. Day
On Thu, 19 Sep 2002, Steve Buehler wrote: > Thank You for the reply. It never hurts to keep learning. > > Steve > > At 11:24 AM 9/19/2002 -0400, you wrote: > >the {} is a placeholder for the pathname of each file found > > > >for some reason, commands need to be ended with an escaped semicolon

Re: permissions

2002-09-19 Thread Steve Buehler
Thank You for the reply. It never hurts to keep learning. Steve At 11:24 AM 9/19/2002 -0400, you wrote: >the {} is a placeholder for the pathname of each file found > >for some reason, commands need to be ended with an escaped semicolon... > >kristina > >On Thu, Sep 19, 2002 at 10:10:45AM -0500

Re: permissions

2002-09-19 Thread k clair
the {} is a placeholder for the pathname of each file found for some reason, commands need to be ended with an escaped semicolon... kristina On Thu, Sep 19, 2002 at 10:10:45AM -0500, Steve Buehler wrote: - Ok. I found another way of doing it. Since chown does not appear to work - the way the

Re: permissions

2002-09-19 Thread Steve Buehler
By the way, I have tried the following command that "chown --help" says to do but it doesn't seem to do anything: chown -R --from=ryukyu:settlers skb.skb * and chown -R --from=ryukyu.settlers skb.skb * Thank You Steve At 09:18 AM 9/19/2002 -0500, you wrote: > I can't figure something ou

Re: permissions

2002-06-27 Thread Martín Marqués
On Jue 27 Jun 2002 09:29, Tyler Durdin wrote: > 2 questions. First, how do I change permissions on a file to make it > writable by everone? Second, how do i chage permission on a file to have it > writeable only by me (or root user)? Thanks. ls -l and see who is the user and group of the file. Th

Re: permissions

2002-06-27 Thread Emmanuel Seyman
On Thu, Jun 27, 2002 at 12:29:56PM +, Tyler Durdin wrote: > > 2 questions. First, how do I change permissions on a file to make it > writable by everone? Second, how do i chage permission on a file to have it > writeable only by me (or root user)? Thanks. If you run the command "ls -l file

Re: permissions

2002-06-27 Thread rweidman
On Thu, 27 Jun 2002, Tyler Durdin wrote: > > 2 questions. First, how do I change permissions on a file to make it > writable by everone? Second, how do i chage permission on a file to have it > writeable only by me (or root user)? Thanks. > for everyone chmod 777 for everyone chmod 700

RE: permissions

2002-06-27 Thread Linh Huynh
for everyone: chmod 666 for just you: chmod 644 Do a man on chmod to find out more possibilities. - Linh - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tyler Durdin Sent: Thursday, June 27, 2002 8:30 AM To: [EMAIL PROTECTED] Subject: permissions

Re: permissions.

2002-05-29 Thread Bernard Giroux
Ted Gervais wrote: >I am wondering about something here. When logged in to my system as myself >(ve1drg), and I try and run a certain command I see the following: > >[ve1drg@mach3 ve1drg]$ listen -acrt >socket: Operation not permitted > > >How can I get that command to work when logged in as a

RE: permissions and vfat

2002-05-01 Thread Wheeler.Mark
I would like to set the date/time display to local time not UTC (i.e. date Wed May 1 09:56:41 UTC 2002). How do I do that? I have looked at the config files, /sysconfig/clock, timezone and have tried hwclock. thanks ___ Redhat-list mailing lis

Re: permissions and vfat

2002-04-30 Thread Cameron Simpson
On 16:47 13 Apr 2002, Caleb Chaplin <[EMAIL PROTECTED]> wrote: | IIRC the files on a vfat filesystem are owned by the user | > who mounted the filesystem. | | Ok then, so having an entry in /etc/fstab for the relevant partition with an | entry like "gid=503" (for example) would have zero effect

Re: permissions and vfat

2002-04-30 Thread gregory mott
check mount(8), i believe you will find a way to specify what user owns all the vfat partition files at mount time. the ownership and permissions you expect are not available inside vfat.. "Caleb Chaplin" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Please excuse me if this has been asked plen

RE: permissions and vfat

2002-04-30 Thread Chad and Doria Skinner
I would think fstab would have presidence, but I really don't know > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Caleb Chaplin > Sent: Saturday, April 13, 2002 3:47 PM > To: [EMAIL PROTECTED] > Subject: Re: permissions and

Re: permissions and vfat

2002-04-30 Thread Caleb Chaplin
IIRC the files on a vfat filesystem are owned by the user > who mounted the filesystem. > Ok then, so having an entry in /etc/fstab for the relevant partition with an entry like "gid=503" (for example) would have zero effect? I suppose I could get around that by creating a partition for the u

Re: permissions and vfat

2002-04-30 Thread Cameron Simpson
I wrote: | The problem is that VFAT doesn't have any concept of ownership or | permissions. Therefore you get to make some of to apply to the whole | partition, what take effect at mount time. So you can have the whole | patition owned by whoever you like, with whatever permissions, but you | can

RE: permissions and vfat

2002-04-30 Thread Chad and Doria Skinner
I don't believe what you are trying to do is possible as you are correct that vfat does not support file permissions in the same manner as native linux partitions. IIRC the files on a vfat filesystem are owned by the user who mounted the filesystem. Chad > Hi everyone, > > Please excuse me if th

Re: permissions and vfat

2002-04-30 Thread Cameron Simpson
On 16:15 13 Apr 2002, Caleb Chaplin <[EMAIL PROTECTED]> wrote: | Please excuse me if this has been asked plenty times before, but I'm having | trouble establishing read/write/exec permissions of a directory on a vfat | partition and nothing I try seems to work. Namely, variations on chown and

Re: permissions and security

2002-03-04 Thread Frank Carreiro
Ahhh yes.. I completely forgot about this. I've messed around with rsync long ago. It worked reliably and supported ssh. Shouldn't be all that tough to install rsync on the remote system if they don't already have it. I'd recommend it. Frank Cameron Simpson wrote: >>On 10:33 04 Mar 200

Re: permissions and security

2002-03-04 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cameron Simpson wrote: >On 10:33 04 Mar 2002, Frank Carreiro <[EMAIL PROTECTED]> wrote: >| >ncftp IS ftp. Comparing it to scp doesn't make sense. >| >Why not use sftp instead? You are not required to input the path and >| >it's very mu

Re: permissions and security

2002-03-04 Thread Cameron Simpson
On 10:33 04 Mar 2002, Frank Carreiro <[EMAIL PROTECTED]> wrote: | >ncftp IS ftp. Comparing it to scp doesn't make sense. | >Why not use sftp instead? You are not required to input the path and | >it's very much like what you are doing now. | >>> | >>>Except that, as far as I can te

Re: permissions and security

2002-03-04 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Carreiro wrote: >I'll have to check out ncftp. I heard it was a good product. Just >didn't realize how good :-) It's good software, and so is the ncftpd server. Unfortunately, the latter isn't open source, but it's free for personal use.

Re: permissions and security

2002-03-04 Thread Frank Carreiro
Hmmm... Just tried it with sftp and no can do. Returns an error stating that it cannot download/upload a directory. Only thing then would be to tar/gzip then sftp the file or scp with the -r option. I'll have to check out ncftp. I heard it was a good product. Just didn't realize how good :-

Re: permissions and security

2002-03-04 Thread rpjday
On Mon, 4 Mar 2002, Frank Carreiro wrote: > Does ncftp do directories? I was unaware of any ftp product with this > ability. If you could I would simply tar/gzip it then sftp the file(s) > across. if by this, do you mean, does it work recursively, yup. ncftp> get -r rday __

Re: permissions and security

2002-03-04 Thread Frank Carreiro
> > >* and then David Talkington declared > >>> Frank Carreiro wrote: >>> >> >ncftp IS ftp. Comparing it to scp doesn't make sense. > >Why not use sftp instead? You are not required to input the path and >it's very much like what you are doing now. >>> >>> >>> Except

Re: permissions and security

2002-03-04 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then David Talkington declared > Frank Carreiro wrote: > > >ncftp IS ftp. Comparing it to scp doesn't make sense. > > > >Why not use sftp instead? You are not required to input the path and > >it's very much like what you are doing now.

Re: permissions and security

2002-03-04 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Carreiro wrote: >ncftp IS ftp. Comparing it to scp doesn't make sense. > >Why not use sftp instead? You are not required to input the path and >it's very much like what you are doing now. Except that, as far as I can tell, sftp doesn't do

Re: permissions and security

2002-03-04 Thread Frank Carreiro
ncftp IS ftp. Comparing it to scp doesn't make sense. Why not use sftp instead? You are not required to input the path and it's very much like what you are doing now. I like openssh personally. I believe it comes with RedHat 7.x Frank > >Hmmm... good question, perhaps cumbersome is a bad

Re: permissions and security

2002-03-02 Thread Gordon Messmer
On Sat, 2002-03-02 at 12:15, Nick Wilson wrote: > * and then Gordon Messmer declared > > > My problem is that ssh and scp seem so cumbersome. Is there a ssh > > > equivalent to ncftp I might try? > > > > Cumbersome in what way? I've always found them to be much easier to use > > than the old

Re: permissions and security

2002-03-02 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Gordon Messmer declared > > My problem is that ssh and scp seem so cumbersome. Is there a ssh > > equivalent to ncftp I might try? > > Cumbersome in what way? I've always found them to be much easier to use > than the older telnet/ft

Re: permissions and security

2002-03-02 Thread Gordon Messmer
On Fri, 2002-03-01 at 00:53, Nick Wilson wrote: > > * and then Gordon Messmer declared > > As others have suggested, ftp probably isn't the best transfer method in > > terms of security... or anything else for that matter. > > > > Think of "root" as "the big hammer". Its use should be reserv

RE: permissions and security

2002-03-01 Thread Paul Hamm
nt: Friday, March 01, 2002 3:54 AM To: [EMAIL PROTECTED] Subject: Re: permissions and security -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Gordon Messmer declared > As others have suggested, ftp probably isn't the best transfer method in > terms of security... o

Re: permissions and security

2002-03-01 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Wilson wrote: >My problem is that ssh and scp seem so cumbersome. Is there a ssh >equivalent to ncftp I might try? sftp? - -d - -- David Talkington PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp - -- http://setiathome.ssl.berkeley

Re: permissions and security

2002-03-01 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Paul Hamm declared > Oh and please tell me you are not running the local machine as root < > Very bad thing to do. Use sudo instead much better idea. Of course not, I'm no Linux guru but I'm not a complete twonk (despite what my

Re: permissions and security

2002-03-01 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Gordon Messmer declared > As others have suggested, ftp probably isn't the best transfer method in > terms of security... or anything else for that matter. > > Think of "root" as "the big hammer". Its use should be reserved for > sit

Re: permissions and security

2002-03-01 Thread Benny Pedersen
--- Reply to a message --- By: ashley thomas ->: a Mail :>: RE: permissions and security > please disable html -- Benny Pedersen http://xpoint.ldnet.dk/ icq:36248146 ...Boycott Jane Fonda. (everyone hates Jane Fonda, d

RE: permissions and security

2002-02-28 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gordon Messmer wrote: >On Thu, 2002-02-28 at 14:06, ashley thomas wrote: > >>Oh and please tell me you are not running the local machine as root >< >>Very bad thing to do. Use sudo instead much better idea. > >i have heard this a lot of times

RE: permissions and security

2002-02-28 Thread Gordon Messmer
On Thu, 2002-02-28 at 14:06, ashley thomas wrote: >Oh and please tell me you are not running the local machine as root < >Very bad thing to do. Use sudo instead much better idea. i have heard this a lot of times ...how is it different ? could you pls explain it to me ? Logging in and ac

Re: permissions and security

2002-02-28 Thread Gordon Messmer
On Thu, 2002-02-28 at 08:35, Nick Wilson wrote: > Hi all, > someone told me it was a *very* bad idea to have passwords sitting in > text files on my machine. It can be, but it's usually better than having the resource which would otherwise require a password left unprotected. For example, I use

Re: permissions and security

2002-02-28 Thread Matthew Baxa
! html mail is evil. Remember there are people that don't use a graphical mail client :) -- Matthew Baxa <[EMAIL PROTECTED]> http://www.cis.ksu.edu/~mbb1810/ Student Systems Administrator Kansas State University-High Energy Physics Group http://www.phys.ksu.edu/hep/

RE: permissions and security

2002-02-28 Thread ashley thomas
midifications - Calvin Ashley Thomas, N.C.S.U >From: Paul Hamm <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: permissions and security >Date: Thu, 28 Feb 2002 12:09:20 -0500 > &

RE: permissions and security

2002-02-28 Thread Paul Hamm
Better ways to do this. One is to create identical users on both machines with the same password and then run your scripts with that ID, I did this myself for downloads from a partner. Better still use ssh with RSA authentication between the machines, all traffic is encrypted. Oh and please tel

Re: permissions and security

2002-02-28 Thread Ed Wilts
On Thu, Feb 28, 2002 at 05:35:57PM +0100, Nick Wilson wrote: > someone told me it was a *very* bad idea to have passwords sitting in > text files on my machine. They were right! > Okay, I can see that, I'm the root user though and I'd like to have a > little script to connect via ncftp to my rem

Re: permissions for directory

2001-04-05 Thread Tally Jones
see this works ok for file permissions. the man for chmod clearly says it is for chamging permissions to files. WHAT ABOUT DIRECTORY ?? i have been trying to change for /home directory and it just does not work. the /home directory presently has permissions read and execute for all. i want to give

Re: permissions for directory

2001-04-03 Thread Mikkel L. Ellertson
On Tue, 3 Apr 2001, Tally Jones wrote: > i created a user with adduser and made a directory for > him under /home. > > but only the root has write permissions to his > directory. HOW can i change his directory permissions. > i have tried with chmod but it just won;t chamge its > permissions. prob

Re: permissions for directory

2001-04-03 Thread Cameron Simpson
On Tue, Apr 03, 2001 at 04:00:45AM -0700, Tally Jones <[EMAIL PROTECTED]> wrote: | i created a user with adduser and made a directory for | him under /home. | but only the root has write permissions to his | directory. HOW can i change his directory permissions. | i have tried with chmod but it ju

Re: permissions for directory

2001-04-03 Thread Vineeta
Firstly,try man chmod. What command options did you use with chmod? Make it 755 which is all permissions to owner,read & execute to group and same as group to others. Vineeta Tally Jones wrote: > i created a user with adduser and made a directory for > him under /home. > > but only the root h

Re: permissions in compiling c++ code

2000-08-09 Thread Rodrigo Moya
Fernando Rowies wrote: > > Logged as a regular user, trying to compile the file test.cpp I receive > the following error msg: > > $ g++ test.cpp > /usr/bin/ld: cannot open output file a.out: Permission denied > collect2: ld returned 1 exit status > > However if I compile as root it's ok. > How

Re: Permissions problem mounting vfat partition.

2000-03-20 Thread John P. Verel
Sam, Thanks. That solved the permissions problem. However, I was then getting grumblings about being read only, not being able to see the files in Midnight Commander. On a hunch, I eliminated the uid and gid options and changed the rw option to w. The subject line in fstab now looks like this

Re: Permissions problem mounting vfat partition.

2000-03-20 Thread Samuel Flory
You need the option user. "John P. Verel" wrote: > > I am unable to mount my vfat partition from my user account. My fstab > follows. I also tried it with the user option set for vfat. I get a > message saying, "mount...only root can do that". I have no trouble > mounting floppy of cd from

Re: Permissions Question

2000-03-16 Thread Cameron Simpson
On Thu, Mar 16, 2000 at 09:13:52AM +0100, Gustav Schaffter wrote: | Danny wrote: | > chown -R username:groupname /some/directory/ | > Instead of using username.group you should use username:groupname which is a | > much better way of doing it. | What's the advantage? Well... When BSD chown came

Re: Permissions Question

2000-03-16 Thread Gustav Schaffter
Danny, Danny wrote: > chown -R username:groupname /some/directory/ > > Instead of using username.group you should use username:groupname which is a > much better way of doing it. What's the advantage? Regards Gustav -- pgp = Pretty Good Privacy. To get my public pgp key, send an e-mail t

Re: Permissions Question

2000-03-15 Thread Danny
To do that issue the following commands : - chmod -R 755 /some/directory/ and the chown command chown -R username:groupname /some/directory/ Instead of using username.group you should use username:groupname which is a much better way of doing it. On Thu, 16 Mar 2000, [EMAIL PROTECTED] wrote

Re: Permissions Question

2000-03-15 Thread Cameron Simpson
On Wed, Mar 15, 2000 at 10:31:29AM -0800, [EMAIL PROTECTED] wrote: | Ok, brain-fart, I was trying-rnot -R Yah, an annoyance. Most commands want -r for recursion, but that is already in use for the symbolic mode to chmod. Ah well... -- Cameron Simpson, DoD#743[EMAIL PROTECTED]

Re: Permissions Question

2000-03-15 Thread Brad 'GreyBear' Davis
chmod -R chown -R http://www.peoplepublish.com Free Market Publishing, enabled by the Internet - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 15, 2000 11:22 AM Subject: Permissions Question > How do you change the permissions of a director

Re: Permissions Question

2000-03-15 Thread [EMAIL PROTECTED]
Ok, brain-fart, I was trying-rnot -R Thanks, Kirk >At 11:28 AM 3/15/00 -0700, you wrote: >chmod -R >chown -R >Usual reminder applies. > >Brad 'GreyBear' Davis - CTO, PeoplePublish, Inc. > >On the web at http://www.peoplepublish.com >

Re: Permissions Question

2000-03-15 Thread Adrian Walters
On Wed, 15 Mar 2000, [EMAIL PROTECTED] wrote: =>Date: Wed, 15 Mar 2000 10:22:34 -0800 =>From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> =>Reply-To: [EMAIL PROTECTED] =>To: [EMAIL PROTECTED] =>Subject: Permissions Question =>Resent-Date: 15 Mar 2000 18:24:31 - =>Resent-From: [EMAIL PROTECTED] =>

Re: permissions on /dev/audio, /dev/sequencer on RH6.1A

1999-11-30 Thread Hal Burgiss
On Tue, Nov 30, 1999 at 10:13:10PM +0800, Ahkoshy@localhost wrote: > I'm using RH6.1 & have noticed something strange > Supposed I have root login on first vterminal > -rw-r--r-- 1 root sys 14, 4 Apr 18 1999 /dev/audio > -rw-r--r-- 1 root sys 14, 1 Apr 18 1999 /d

Re: Permissions to allow public_html and nothing else

1999-11-10 Thread Mike Cathey
you might want to look into chroot also... Edmund wrote: > I don't allow shell access but I do allow FTP. I set up guestgroup in the > /etc/ftpaccess to make it so that the user's home directory is their root. In other > words, they can't go FTP above their own directory in the /home/~ directo

Re: Permissions to allow public_html and nothing else

1999-11-08 Thread Anthony E. Greene
Rob Napier wrote: > > But unfortunately does not address our desire to give our users > password-protected web pages that aren't readable by every other user > on the system. Since I personally use this feature (I have password > protected pages that are for me and my friends and aren't the busin

Re: Permissions to allow public_html and nothing else

1999-11-08 Thread Sam Bayne
Anthony Baratta wrote: > Rob Napier wrote: > > > > But unfortunately does not address our desire to give our users > > password-protected web pages that aren't readable by every other user > > on the system. Since I personally use this feature (I have password > > protected pages that are for me

Re: Permissions to allow public_html and nothing else

1999-11-08 Thread Anthony Baratta
Rob Napier wrote: > > But unfortunately does not address our desire to give our users > password-protected web pages that aren't readable by every other user > on the system. Since I personally use this feature (I have password > protected pages that are for me and my friends and aren't the busin

Re: Permissions to allow public_html and nothing else

1999-11-08 Thread Rob Napier
L PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 04, 1999 2:49 PM > Subject: Re: Permissions to allow public_html and nothing else > > > > > > > I am currently in a similar situation. Apache requires that the > user's > &

Re: Permissions to allow public_html and nothing else

1999-01-02 Thread Brad 'GreyBear' Davis
7;t crush that dwarf, hand me the pliers!' - Original Message - From: Sam Bayne <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 1999 2:49 PM Subject: Re: Permissions to allow public_html and nothing else > > > > I am currently in a s

Re: Permissions to allow public_html and nothing else

1999-01-02 Thread Sam Bayne
> > > I am currently in a similar situation. Apache requires that the user's > > > home directory be world executable and the public_html directory be > > > world readable. In my application, however, this is unacceptable, > > > since the user may have private files in his public_html directory >

Re: Permissions to allow public_html and nothing else

1999-01-02 Thread Rob Napier
Nope. We have well over 2000 shell-account users. I think we'd see a lynch mob if we turned it off now (I'd be at the front of the line as a heavy user of my shell account :) Rob On Sun, Nov 21, 1999 at 10:16:46AM -0800, Edmund wrote: > I don't allow shell access but I do allow FTP. I set up gu

Re: Permissions to allow public_html and nothing else

1999-01-02 Thread Edmund
I don't allow shell access but I do allow FTP. I set up guestgroup in the /etc/ftpaccess to make it so that the user's home directory is their root. In other words, they can't go FTP above their own directory in the /home/~ directory. I then also set up the /etc/security/access.conf file to not

Re: Permissions to allow public_html and nothing else

1999-01-02 Thread Rob Napier
On Tue, Nov 02, 1999 at 02:18:40AM +0100, Anthony E. Greene wrote: > Peter Kiem wrote: > > >Other users can still see the directory information for files in the $HOME > > >directory if they already know the filename. I created a directory for my > > >users that has permissions drwx-- so that o