Re: file permissions.

2003-10-10 Thread Bret Hughes
On Thu, 2003-10-09 at 22:32, Michael S. Dunsavage wrote: > So saying it's an upload dir, how bout write but no delete? > Michael- I don't believe this can be done with file perms only. You could set a dir so that only the owner of a file can delete it but I suspect that ftp uploaded files are

Re: file permissions.

2003-10-10 Thread Ed Wilts
On Fri, Oct 10, 2003 at 06:38:09AM -0500, David Eduardo Gomez Noguera wrote: > On Thu, 2003-10-09 at 22:32, Michael S. Dunsavage wrote: > > So saying it's an upload dir, how bout write but no delete? > > > > On Thursday 09 October 2003 02:07 pm, you wrote: > > > > most ftp servers (I dont know

Re: file permissions.

2003-10-10 Thread David Eduardo Gomez Noguera
On Thu, 2003-10-09 at 22:32, Michael S. Dunsavage wrote: > So saying it's an upload dir, how bout write but no delete? > > On Thursday 09 October 2003 02:07 pm, you wrote: > most ftp servers (I dont know all) are just jailed accounts. Just remove the perms of said program if they work that way

Re: file permissions.

2003-10-09 Thread Michael S. Dunsavage
So saying it's an upload dir, how bout write but no delete? On Thursday 09 October 2003 02:07 pm, you wrote: > On Thu, 2003-10-09 at 14:02, Michael S. Dunsavage wrote: > > > > Also how can I set ftp so you can upload but cannot delete? > > > > > > On the upload directory > > > > > > If it's own

Re: file permissions.

2003-10-09 Thread Michael Gargiullo
On Thu, 2003-10-09 at 14:02, Michael S. Dunsavage wrote: > > > > > Also how can I set ftp so you can upload but cannot delete? > > > > On the upload directory > > > > If it's owned by ftpuser (or what ever user owns the ftp root.) > > > > chmod 733 uploads/ > > > > They'll be able to enter the dire

Re: file permissions.

2003-10-09 Thread Michael S. Dunsavage
> > > Also how can I set ftp so you can upload but cannot delete? > > On the upload directory > > If it's owned by ftpuser (or what ever user owns the ftp root.) > > chmod 733 uploads/ > > They'll be able to enter the directory, upload to it, but not list or > download files. > I want them to be

Re: file permissions.

2003-10-09 Thread Michael Gargiullo
On Thu, 2003-10-09 at 13:22, Michael S. Dunsavage wrote: > How can I set specific user permissions on a file or dir like I can in MS? > > > For instance: > > John needs read/write/executable, but everyone else just needs read. > Simple and quick John needs to own the file chown John (file

file permissions.

2003-10-09 Thread Michael S. Dunsavage
How can I set specific user permissions on a file or dir like I can in MS? For instance: John needs read/write/executable, but everyone else just needs read. Also how can I set ftp so you can upload but cannot delete? Thank you. -- Michael S. Dunsavage -- redhat-list mailing list unsubsc

file permissions on nfs-mounted filesystem

2003-07-09 Thread Richard Crawford
I have a problem with default permissions being set on my user directory on my remote server. The server has an nfs server running on it, so I mount it via nfs on my desktop computer. The idea is that if I create a file on my Linux desktop computer in OpenOffice.org, I should be able to open that

RE: SAMBA file permissions

2003-01-29 Thread Robert Adkins
PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Robert Adkins Subject: SAMBA file permissions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I've left something out, but I'm not sure what. I have a couple of "public" directories on my network, s

RE: SAMBA file permissions

2003-01-29 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wow! 9 days delay between send & receive! - -Original Message- From: Burke, Thomas G. Sent: Monday, January 20, 2003 7:53 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: SAMBA file permissions *** PG

SAMBA file permissions

2003-01-29 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I've left something out, but I'm not sure what. I have a couple of "public" directories on my network, such that users can share files. It's set up such that when you create a file there, it has owner/group "nobody"... Unfortunate

SAMBA file permissions

2003-01-20 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I've left something out, but I'm not sure what. I have a couple of "public" directories on my network, such that users can share files. It's set up such that when you create a file there, it has owner/group "nobody"... Unfortunate

Re: file permissions for web sites

2003-01-06 Thread Tim Kehres
- Original Message - From: "Hichem FOUDIL-BEY" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 4:43 PM Subject: file permissions for web sites > Hi list, > Can anyone tell me what permissions should i set for directories and >

file permissions for web sites

2003-01-06 Thread Hichem FOUDIL-BEY
Hi list, Can anyone tell me what permissions should i set for directories and files of my web site ? thx -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: File Permissions and File Managers with Redhat 8

2002-11-27 Thread Cameron Simpson
On 10:49 27 Nov 2002, James Pifer <[EMAIL PROTECTED]> wrote: | I've upgraded one of my PC's to Redhat 8 and so far like it a lot, | although I'm not thrilled with Konquerer as my File Manager.(obviously | running KDE) Can anyone suggest a better one? I usually use the command line myself, but ther

File Permissions and File Managers with Redhat 8

2002-11-27 Thread James Pifer
I've upgraded one of my PC's to Redhat 8 and so far like it a lot, although I'm not thrilled with Konquerer as my File Manager.(obviously running KDE) Can anyone suggest a better one? Also, I have a second disk mounted as /disk2. How can I give myself complete access to everything under /disk2 so

Re: File permissions

2002-11-18 Thread pd3
On Sun, Nov 17, 2002 at 09:49:37PM -0700, Ashley M. Kirchner wrote: > > I need all newly created files within /var/spool/mail to be go-rw - is > there a way to do that? Right now, all newly created files within that > directory is ug+rw, and I have to manually go in and chmod them g-rw again.

Re: File permissions

2002-11-17 Thread Yoink!
On Sun, 17 Nov 2002, Ashley M. Kirchner wrote: > I need all newly created files within /var/spool/mail to be go-rw - is > there a way to do that? Right now, all newly created files within that > directory is ug+rw, and I have to manually go in and chmod them g-rw again. Is > there a way to ha

File permissions

2002-11-17 Thread Ashley M. Kirchner
I need all newly created files within /var/spool/mail to be go-rw - is there a way to do that? Right now, all newly created files within that directory is ug+rw, and I have to manually go in and chmod them g-rw again. Is there a way to have the permissions be correct when the file gets creat

File permissions

2002-07-29 Thread bindal
hi, I have implemented an IMAP folder on a Cyrus IMAP server on RH 7.2   what i want is that i want to allow users to add and only delete their own items in this folder. can anyone tell me how to give the permissions to this IMAP file so that users are able to delete their own  posting only

Re: Newbie question re: file permissions

2002-06-07 Thread Gary
uld be used in fstab; > how is umask=0 able to offer this kind of open-ended permission? umask 0 0 0 will change the file permissions to 777 on the mount. The user, will use the current user, so you are not locked into one user. > At any rate, thanks for the tip :) Glad to have helped. --

Re: Newbie question re: file permissions

2002-06-07 Thread Caleb Chaplin
Hey they worked great! I think it was exactly the sort of thing I was looking for. However, the man page as well as the entry in my Nutshell book doesn't really give an indication that this could be used in fstab; how is umask=0 able to offer this kind of open-ended permission? At any rate, tha

Re: Newbie question re: file permissions

2002-06-07 Thread Gary
On Fri, Jun 07, 2002 at 11:06:11AM +0500 or thereabouts, Caleb Chaplin wrote: > I had a similar problem recently and the only way I got around it way by > having the windows partition mounted with a user id. So in /etc/fstab > my entry looks like this: > > /dev/hdc5 /mnt/storagevfato

Re: Newbie question re: file permissions

2002-06-07 Thread Caleb Chaplin
I had a similar problem recently and the only way I got around it way by having the windows partition mounted with a user id. So in /etc/fstab my entry looks like this: /dev/hdc5 /mnt/storagevfatowner,rw,uid=5000 0 In this case it's a "storage" partition being mounted by u

Newbie question re: file permissions

2002-06-06 Thread Michael Brown
I have a dual boot box with Windows ME and Redhat 7.3. I have Win4Lin installed and I would like to change the permissions for "My Documents" folder on my windows drive so that I can read and write as a user. When I try to change permissions as root I get "insufficient permissions" message. Also,

RE: file permissions

2002-02-28 Thread Paul Hamm
Read the man pages for chown chmod -Original Message-From: Michael S. Dunsavage [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 28, 2002 10:23 AMTo: [EMAIL PROTECTED]Subject: file permissions How could I set it up so I can exclude certain users/groups access to

file permissions

2002-02-28 Thread Michael S. Dunsavage
How could I set it up so I can exclude certain users/groups access to directories or files   I don't want certain users to be able to read directories. --Michael S. Dunsavage

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread Cameron Simpson
R | chmod -R | | Be careful with the latter. You usually don't want directory and file | permissions to be the same thing. Something like this is better: | | find /path -type f -print | xargs chmod 0640 | find /path -type d -print | xargs chmod 0750 Yep. I have a script called setperms for

Re: Bulk changing of file permissions/owners

2001-12-07 Thread Jim Bija
Message - From: Alexander Shaw To: [EMAIL PROTECTED] Sent: Friday, December 07, 2001 5:40 PM Subject: OT: Bulk changing of file permissions/owners I guess this is a really simple one but I can't find an answer anywhere at the moment.   Is it possible to c

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread Gordon Messmer
On Fri, 7 Dec 2001, Alexander Shaw wrote: > Is it possible to change the ownership or permissions of the contents > of entire directory including the sub directories? If so, how? chown -R chmod -R Be careful with the latter. You usually don't want directory and file permission

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread Dave Ihnat
On Fri, Dec 07, 2001 at 10:40:53PM -, Alexander Shaw wrote: > I guess this is a really simple one but I can't find an answer anywhere at > the moment. > > Is it possible to change the ownership or permissions of the contents of > entire directory including the sub directories? If so, how? Ye

Re: OT: Bulk changing of file permissions/owners

2001-12-07 Thread ABrady
On Fri, 7 Dec 2001 22:40:53 - "Alexander Shaw" <[EMAIL PROTECTED]> implied: > I guess this is a really simple one but I can't find an answer anywhere at > the moment. > > Is it possible to change the ownership or permissions of the contents of > entire directory including the sub directories

OT: Bulk changing of file permissions/owners

2001-12-07 Thread Alexander Shaw
I guess this is a really simple one but I can't find an answer anywhere at the moment.   Is it possible to change the ownership or permissions of the contents of entire directory including the sub directories? If so, how?   Thanks in Anticipation.   Alex

Re: File Permissions

2001-02-01 Thread Michael Burger
e a question dealing with departments and file permissions. >If You have two department A and B and 7 employees. >Employees A-1, A-2, and A-boss all work in Dept A. >B department is identical in layout to Dept A. >The last employee is the Big Boss. > >Is there an easy way to give access

File Permissions

2001-01-31 Thread chadws
I have a question dealing with departments and file permissions. If You have two department A and B and 7 employees. Employees A-1, A-2, and A-boss all work in Dept A. B department is identical in layout to Dept A. The last employee is the Big Boss. Is there an easy way to give access to

Re: FTP & File Permissions

2000-05-27 Thread Gordon Messmer
> Joel Lansden wrote: > I have users configured as FTP users only, so they cannot leave their > home directories in FTP. So now I'm left with this bizarre > phenomena: when logged in via FTP, the DIR command returns nothing. > The LS command returns everything. The easiest way to handle this (I

Re: FTP & File Permissions

2000-05-27 Thread Greg Wright
>*** REPLY SEPARATOR *** > >On 27/05/00 at 10:18 Joel Lansden wrote: >Greetings all - I have a question: > >I have users configured as FTP users only, so they cannot leave their home directories in FTP. So now I'm left with this bizarre phenomena: when logged in via FTP, the DIR

Re: FTP & File Permissions

2000-05-27 Thread Joel Lansden
: "Gene Wilburn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 27, 2000 10:44 AM Subject: Re: FTP & File Permissions > On Sat, 27 May 2000, Joel Lansden wrote: > > > I have users configured as FTP users only, so they cannot leave their > >

Re: FTP & File Permissions

2000-05-27 Thread Gene Wilburn
On Sat, 27 May 2000, Joel Lansden wrote: > I have users configured as FTP users only, so they cannot leave their > home directories in FTP. So now I'm left with this bizarre phenomena: > when logged in via FTP, the DIR command returns nothing. The LS > command returns everything. Unfortunatel

FTP & File Permissions

2000-05-27 Thread Joel Lansden
Greetings all - I have a question:   I have users configured as FTP users only, so they cannot leave their home directories in FTP.  So now I'm left with this bizarre phenomena:  when logged in via FTP, the DIR command returns nothing.  The LS command returns everything. Unfortunately, all th

File permissions

1999-12-19 Thread Jamie Carl
I'm hoping there's some ppl herre with SCO UNIX experience who are now using linux. I'm wondering if RedHat has a command similar to 'fixmog' and 'integrity'. I'm having a few problems that could be related to file permissions and I need to make sure

Re: Samba and "auto-file-permissions?"

1998-05-01 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 20:01 4/30/98 -0500, Chris Frost wrote: >I would like to setup two win95 computers so that when they make a file or >modify a file on a shared directory here on my linux box so that everyone >can read and write to it. Right now, the file permissio

Re: Samba and "auto-file-permissions?"

1998-04-30 Thread Dave Wreski
> I would like to setup two win95 computers so that when they make a file or > modify a file on a shared directory here on my linux box so that everyone > can read and write to it. Right now, the file permissions change everytime > someone reads and writes, so that of course does

Samba and "auto-file-permissions?"

1998-04-30 Thread Chris Frost
I would like to setup two win95 computers so that when they make a file or modify a file on a shared directory here on my linux box so that everyone can read and write to it. Right now, the file permissions change everytime someone reads and writes, so that of course doesn't work (we hav