Re: Application Problems (Permissions?)

2003-10-21 Thread Alan Peery
that Mozilla tried to open. The problem is likely to be the permissions on one of these files. Failing that, start readint at the bottom of the file. I did a chmod –R 755 on the Mozilla directory but it didn’t help. You may want to reinstall from a clean RPM or tar, just to get back to standard

Application Problems (Permissions?)

2003-10-20 Thread Donald Tyler
Hi,   I am having problems running the Mozilla browser.   When I first installed RedHat, I didn’t choose to install Mozilla. Later, while I was logged in under my personal account (Not root) I installed Mozilla, which obviously asked me for root password.   It seemed to install fine.

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
> > > > I want them to be able to list and download from my ftp site but not > > delete. > > > > -- > > Michael S. Dunsavage > > Oh..even easier.. > > chmod 755 upload > > They will be able to list and download files. As long as they don'

Re: file permissions.

2003-10-09 Thread Michael Gargiullo
chmod 755 upload They will be able to list and download files. As long as they don't have write permissions, you should be ok. -- Michael Gargiullo <[EMAIL PROTECTED]> Warp Drive Networks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

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

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

Re: Apache server read permissions

2003-10-03 Thread John Nichel
James D. Parra wrote: NameVirtualHost 192.168.101.101 DocumentRoot /var/www/html/ddd < Look here ServerName "www.domainname.com:80" < You don't need the ':80' ServerAlias "domainname.com" ErrorLog /var/log/httpd/ddd_error_log TransferLog /var/log/httpd/ddd_access_log

RE: Apache server read permissions

2003-10-03 Thread David Hart
page from http://localhost > > 2) All file system permissions are set correctly. > > 3) It appears that, maybe, something in the global settings is overriding > setting in the virtual server. > > Here is the Virtual Server lines from httpd2.conf; > > NameVirtualHost

RE: Apache server read permissions

2003-10-03 Thread James D. Parra
Okay, I am at a complete loss. I made all of the recommendations posted and determined the following; 1) Apache is running and can serve its default page from http://localhost 2) All file system permissions are set correctly. 3) It appears that, maybe, something in the global settings is

Re: permissions of fat32 partition

2003-10-03 Thread R Sánchez
hich is ok if it's your home box. Be careful with spaces!! Re-boot and have fun. Reven - Original Message - From: "Ashley Ratcliffe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 03, 2003 3:00 PM Subject: permissions of fat32 partition

permissions of fat32 partition

2003-10-03 Thread Ashley Ratcliffe
Hello, I have a problem which i can't solve and don't know how to. I have the redhat linux 9 partition and a FAT32(F: in windows) partition, i also have windows on a different partition(C:). There is only files and folders on the F: drive. THE PROBLEM After mounting the F: . The p

Re: Apache server read permissions

2003-10-02 Thread John Nichel
James D. Parra wrote: jp -No I am not. I want clients to have read-only access. The directory and its contents have 'rw_r__r__' permissions. You do not need .htaccess to accomplish this. This will be handled by the user/group Apache is running as vs. the user/group ownership of the

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
access. The directory and its contents have 'rw_r__r__' permissions. > >From a module within Webmin, I edited the directives as such; > ServerName www.domainname.com > DocumentRoot /var/www/html/ddd > ServerAlias ddd > ServerPath /var/www/html/ddd > > What should I

RE: Apache server read permissions

2003-10-02 Thread Bret Hughes
On Thu, 2003-10-02 at 17:53, James D. Parra wrote: > Thanks, Bret. > > Output of access.log; > 192.168.101.78 - - [02/Oct/2003:15:02:41 -0700] "GET / HTTP/1.1" 403 410 "-" > "Opera/7.20 (Windows NT 5.1; U) [en]" > > Output of error.log; > [Thu Oct 02 15:03:05 2003] [crit] [client 192.168.101.78]

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
dd the virtual server entry to the file. What is the proper syntax so I can edit it manually? Again, many thanks. James -Original Message- From: Bret Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: RE: Apache server read permissio

RE: Apache server read permissions

2003-10-02 Thread Bret Hughes
On Thu, 2003-10-02 at 16:31, James D. Parra wrote: > Okay, I am getting the below error from the 'virtual server'. I must be > missing something from either in the global settings or the virtual > settings. Any ideas on how to configure the virtual web server? > > Thank you, > > James anything

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
PROTECTED] Sent: Thursday, October 02, 2003 10:49 AM To: [EMAIL PROTECTED] Subject: Re: Apache server read permissions On Thu, 2003-10-02 at 12:35, James D. Parra wrote: > Hello, > > How do I set the directory/file permissions to 'read only' for website > viewers? >

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
On Thu, 2003-10-02 at 12:35, James D. Parra wrote: > Hello, > > How do I set the directory/file permissions to 'read only' for website > viewers? > > I am getting a, "You don't have permission to access / on this server," > error when I try to vie

RE: Apache server read permissions

2003-10-02 Thread James D. Parra
: [EMAIL PROTECTED] Subject: Re: Apache server read permissions James D. Parra wrote: > Hello, > > How do I set the directory/file permissions to 'read only' for website > viewers? > > I am getting a, "You don't have permission to access / on this server,

Re: Apache server read permissions

2003-10-02 Thread Bret Hughes
On Thu, 2003-10-02 at 12:35, James D. Parra wrote: > Hello, > > How do I set the directory/file permissions to 'read only' for website > viewers? > > I am getting a, "You don't have permission to access / on this server," > error when I try

Re: Apache server read permissions

2003-10-02 Thread Sasa Stupar
James D. Parra wrote: Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, "You don't have permission to access / on this server," error when I try to view this page. Thank you, James where is your root directory? t

Apache server read permissions

2003-10-02 Thread James D. Parra
Hello, How do I set the directory/file permissions to 'read only' for website viewers? I am getting a, "You don't have permission to access / on this server," error when I try to view this page. Thank you, James -- redhat-list mailing list unsubscribe mailt

Re: re-set permissions using RPM

2003-10-02 Thread Jens Tautenhahn
Kevin Passey wrote: I've messed up some permissions somewhere on my system. Can somebody advise me on resetting them using RPM. rpm --setperms package or for all installed RPMs for package in `rpm -qa --queryformat "%{NAME}\n"`; do rpm --setperms $package done HTH Jens -- redh

re-set permissions using RPM

2003-10-01 Thread Kevin Passey
Hi,   I've messed up some permissions somewhere on my system.   Can somebody advise me on resetting them using RPM.   All my software has been installed using RPM.   Thanks in advance   Kevin

Re: User noboby and permissions...how and why

2003-08-30 Thread Robert Canary
nobody is just that "nobody" it is a user who doesn't exist and they are the lowest man on the chain of command. Most damons will run as nobody for the porpose of *not* giving the application any access to any resources (none whatsoever). Simply do their own thing and not interfer with anyon

User noboby and permissions...how and why

2003-08-29 Thread Timothy Stone
List, I'm learning about low-permission and restricted users and groups. I'm curious about users like "nobody" and groups like "nobody" What does a user like this look like? home? password? etc. I have seen a user report recently showing the nobody user in Mac OS X as something like: name: no

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

Re: changing permissions

2003-06-14 Thread Cameron Simpson
On 19:22 08 Jun 2003, Brent L. Cox <[EMAIL PROTECTED]> wrote: | how would I set it to where it would mount the fat32 | parition automatic after a reboot? Please don't top post. Post below, and trim the quoted material for relevance and readability. You need to add the appropriate line to the /et

Re: changing permissions

2003-06-08 Thread Enrique Bory Simon
just umount /mnt/diskNT - Original Message - From: "Brent L. Cox" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 08, 2003 6:13 PM Subject: Re: changing permissions > ok thanks > If I wanted to unmount the ntfs drive what command would I >

Re: changing permissions

2003-06-08 Thread Brent L. Cox
how would I set it to where it would mount the fat32 parition automatic after a reboot? On Mon, 9 Jun 2003 09:04:35 +1000 Cameron Simpson <[EMAIL PROTECTED]> wrote: On 18:13 08 Jun 2003, Brent L. Cox <[EMAIL PROTECTED]> wrote: | ok thanks | If I wanted to unmount the ntfs drive what command

Re: changing permissions

2003-06-08 Thread Cameron Simpson
On 18:13 08 Jun 2003, Brent L. Cox <[EMAIL PROTECTED]> wrote: | ok thanks | If I wanted to unmount the ntfs drive what command would I | use | | I used this to mount it | | mount -t ntfs /dev/hdb5 /mnt/diskNT umount /mnt/diskNT -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezo

Re: changing permissions

2003-06-08 Thread Brent L. Cox
mount -t vfat /dev/hdax /mount_point where x is the valid dos partition and /mount_point is an already created directory. Hope this helps, Phil At 05:56 PM 6/8/2003 -0400, Brent L. Cox wrote: ok after updating my kernel I was able to mount a NTFS drive but I am unable to change the permissi

Re: changing permissions

2003-06-08 Thread Phil Savoie
kernel I was able to mount a NTFS drive but I am unable to change the permissions on it to where I am able to write to it I can only read it but only as root even logged in as root I am unable to change permissions. Is there a way to get past this. Thanks, Brent -- redhat-list mailing list

changing permissions

2003-06-08 Thread Brent L. Cox
ok after updating my kernel I was able to mount a NTFS drive but I am unable to change the permissions on it to where I am able to write to it I can only read it but only as root even logged in as root I am unable to change permissions. Is there a way to get past this. Thanks, Brent

RE:UPDATE: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Kevin Passey
[mailto:[EMAIL PROTECTED] Sent: 04 June 2003 22:12 To: [EMAIL PROTECTED] Subject: Re: Permissions corrupted - how do I reset to installed. -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

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 pr

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

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 > >

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

2003-06-05 Thread Marcos de Souza Trazzini
; > > 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 >

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 per

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

Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Kevin Passey
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 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https

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 ha

permissions in mounted point

2003-06-04 Thread Ronaldo Rezende Vilela Luiz
Hi, I have a partition of my old linux install mounted in the /mnt/conectiva. The directory /mnt/conectiva has the 777 permissions. But when the /mnt/conectiva has been mounted, the permissions are changed automatically. How can I set the permissions for this partition? -- Ronaldo Rezende

User permissions to libs

2003-06-01 Thread Robert Canary
How do you set permissions on program so it will load a libc? If I run this app as root it will run. If I run it as a user which it belongs to it will not load libc.5.so hmmm.. any ideas ?? -- robert -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com

Re: Samba permissions

2003-05-27 Thread Anthony E. Greene
On 27-May-2003/13:03 -0700, Curtis Vaughan <[EMAIL PROTECTED]> wrote: >Currently, any user that has an account on the Samba server has access >to the share "Accounting". > >So, let's say I have user1, user2, user3, user4 >I have added user1, user2 and user3 to the accounting group. user4 is >not

Samba permissions

2003-05-27 Thread Curtis Vaughan
Well, I thought I knew Samba permissions, but I guess I don't. Currently, any user that has an account on the Samba server has access to the share "Accounting". So, let's say I have user1, user2, user3, user4 I have added user1, user2 and user3 to the accounting group. us

cdrom permissions

2003-04-01 Thread Jeff Cours
Hi, everyone - I seem to have a problem with my CD-ROM permissions under RH8.0. If I run cdparanoia as root, it can access the drive just fine, but if I run it as a user, it can't. It finds the drive here: [EMAIL PROTECTED] root]# cdparanoia --query -sv cdparanoia III release 9.8 (Mar

Re: Web Permissions - Newbie Question

2003-03-10 Thread Rus Foster
On Mon, 10 Mar 2003 [EMAIL PROTECTED] wrote: > What is the permission level I should set websites to? Right now it is set to 755 > and everything works, but should everything have the execute? And do cgi's need to > be 777 or can they just be 755? > > Billy > > If this is in ~/public_html then

Web Permissions - Newbie Question

2003-03-10 Thread Bildo0422
What is the permission level I should set websites to? Right now it is set to 755 and everything works, but should everything have the execute? And do cgi's need to be 777 or can they just be 755? Billy -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.c

Re: Setting user permissions and writing to a floppy

2003-03-10 Thread Anthony E. Greene
On 10-Mar-2003/08:31 +, "Cannon, Andrew" <[EMAIL PROTECTED]> wrote: >Hi all, > >Two very quick and simple (I hope) questions for all you gurus out there... > >1) We have a network with a number of Unix/Linux machines on it. We have >permissions set so that onl

Re: Setting user permissions and writing to a floppy

2003-03-10 Thread Jon Haugsand
* Andrew Cannon > 2) Also, I have a stand-alone cluster running RH8, and I can't write to a > floppy, either as a user or as root. The error message says that the floppy > is a read only file system. It is a floppy created in Windows, but I can > copy things FROM the floppy, but not TO the floppy.

Setting user permissions and writing to a floppy

2003-03-10 Thread Cannon, Andrew
Hi all, Two very quick and simple (I hope) questions for all you gurus out there... 1) We have a network with a number of Unix/Linux machines on it. We have permissions set so that only certain people can access the HP machines (i.e. it kicks you off if you are not allowed to log in to the

nfs mount permissions

2003-02-21 Thread Caleb Chaplin
When trying to mount an NFS export from my redhat 8 workstation I receive errors saying that "only root can do that." I'm not sure if it's a permission set on my NFS server or if it's more of a general user-level permission on my workstation. There are 2 exports on the server (which happens to be

user permissions

2003-02-11 Thread alan maciel
Hi everybody! How do I allow an user to: copy and restore a mysql database and to give write and read permission only to /var/www/html thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

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

pam_timestamp: `/' permissions are lax

2003-01-28 Thread Ryan Senior
I get this error, it seems when I try anything that has to do with authentication Jan 26 05:29:23 ryans pam_timestamp_check: pam_timestamp: `/' permissions are lax various this preceed the previous in /var/log/messages such as Jan 26 10:49:57 ryans sshd(pam_unix)[20572]: session opene

RE: Directory permissions

2003-01-22 Thread Burke, Thomas G.
irectory. - -Tom - -Original Message- From: Richard S. Crawford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 5:14 PM To: [EMAIL PROTECTED] Subject: RE: Directory permissions You shouldn't have to. Setting chmod 777 on the directory should do it just fine. On the other hand

RE: Directory permissions

2003-01-21 Thread Mike Langhorst
Are you talking files created by ftp, or files simply created by say, vi? If it's the latter, I don't believe it's possible to create files with 777 in unix/linux. Umask will only restrict down further, but it cannot give permissions. Not taking umask into account you can only

RE: Directory permissions

2003-01-21 Thread Richard S. Crawford
Crawford [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 4:47 PM > To: [EMAIL PROTECTED] > Subject: Re: Directory permissions > > > # mkdir /openDirectory > # chmod 777 -R /openDirectory > > is one way to do it, but probably kind of clunky and insecure. It&#

RE: Directory permissions

2003-01-21 Thread Burke, Thomas G.
Richard S. Crawford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 4:47 PM To: [EMAIL PROTECTED] Subject: Re: Directory permissions # mkdir /openDirectory # chmod 777 -R /openDirectory is one way to do it, but probably kind of clunky and insecure. It's worked on my system. You mig

Re: Directory permissions

2003-01-21 Thread Richard S. Crawford
# mkdir /openDirectory # chmod 777 -R /openDirectory is one way to do it, but probably kind of clunky and insecure. It's worked on my system. You might also want to look into the umask command. On Tue, 2003-01-21 at 13:16, Burke, Thomas G. wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: S

Re: Directory permissions

2003-01-21 Thread Bret Hughes
On Tue, 2003-01-21 at 15:16, Burke, Thomas G. wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hey gang, > > I'd leike to set up a directory such that anytime a file is written > to that directory, it is created chmod 777, regardless of who creates > it, or how it is created. A

Directory permissions

2003-01-21 Thread Burke, Thomas G.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey gang, I'd leike to set up a directory such that anytime a file is written to that directory, it is created chmod 777, regardless of who creates it, or how it is created. Anyone know how to do this? Thanks, Tom --

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
Hello, Unless you are trying to do something a bit out of the ordinary, 644 for files and 755 for directories should work reasonably well. But also make sure that the owner / group permissions are set correctly, as configured in your httpd.conf file. This is especially critical should you

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
m g-rw again. Is > there a way to have the permissions be correct when the file gets created in > the first place? You can use umask to set the default permissions when a file or directory is created by a user, but it does not, as far as I know, allow you to specify the permissions for

Re: File permissions

2002-11-17 Thread Yoink!
ere a way to have the permissions be correct when the file gets created in > the first place? "man umask" -- \ \/ / _ |~\ _ In God We Trust. All Others Pay Cash. > < / \|\ /|+-< | | "The world is a comedy to those that think, / /\ \\_/| \/ ||__)|_|a trage

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

Re: audio permissions

2002-11-16 Thread Gordon Messmer
On Fri, 2002-11-15 at 16:46, Sam Steingold wrote: > > The user that first logs in at the physical console gets the > > file/device permissions assigned by PAM. > > how do I disable this? Comment out the line: 0660 0660 root.floppy in /etc/security/console.perms. Tho

Re: audio permissions

2002-11-16 Thread Michael Schwendt
I can change only the _user_ ownership of a > file on console login, not _group_ ownership. > is this really the case? Yes and no. As I see it, upon login the PAM console module gives the ownership of devices to a single user and alsos set the permissions, but doesn't change the group

Re: audio permissions

2002-11-16 Thread Sam Steingold
> * In message <[EMAIL PROTECTED]> > * On the subject of "Re: audio permissions" > * Sent on Sat, 16 Nov 2002 15:51:49 +0100 > * Honorable Michael Schwendt <[EMAIL PROTECTED]> writes: > > On 15 Nov 2002 19:46:43 -0500, Sam Steingold wrote: > > >

Re: audio permissions

2002-11-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15 Nov 2002 19:46:43 -0500, Sam Steingold wrote: > > > I noticed that after a boot, my /dev/dsp* and /dev/audio* are > > > owned by sds.root and have permissions 600 (crw---). > > > this is > > > > >

Re: audio permissions

2002-11-15 Thread Sam Steingold
thanks for your kind reply - you are very helpful! > * In message <[EMAIL PROTECTED]> > * On the subject of "Re: audio permissions" > * Sent on Fri, 15 Nov 2002 14:06:15 +0100 > * Honorable Michael Schwendt <[EMAIL PROTECTED]> writes: > > On 14 Nov

Re: audio permissions

2002-11-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14 Nov 2002 21:33:47 -0500, Sam Steingold wrote: > I noticed that after a boot, my /dev/dsp* and /dev/audio* are owned by > sds.root and have permissions 600 (crw---). > this is > > 1. strange: why are these files owned by _m

Re: audio permissions (Out of Office)

2002-11-15 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

Re: audio permissions (Out of Office)

2002-11-15 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

Re: audio permissions (Out of Office)

2002-11-15 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

Re: audio permissions (Out of Office)

2002-11-14 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

Re: audio permissions (Out of Office)

2002-11-14 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

Re: audio permissions (Out of Office)

2002-11-14 Thread Jacob Petrie
I will be out of the office Friday, November 15th. If this is an emergency please contact the IT help desk. Thank you, Jacob Petrie Web Systems/Information Technology Kitsap Community Federal Credit Union [EMAIL PROTECTED] 360.662.2140 -- redhat-list mailing list unsubscribe mailto:redhat-l

audio permissions

2002-11-14 Thread Sam Steingold
I noticed that after a boot, my /dev/dsp* and /dev/audio* are owned by sds.root and have permissions 600 (crw---). this is 1. strange: why are these files owned by _me_ and not root? 2. inconvenient: mpg123 &c are not suid root, so my wife cannot use audio. For now, I a

RE: setting permissions

2002-11-06 Thread Greg
First of all, thanks to the list, especially Robert and Philip. All I needed was to be told the command, and I went in and read the man for it, and worked it out. Where I stuffed up, was I wanted to make directories available under my login, not just root, so i set permissions for my log in

Re: setting permissions

2002-11-06 Thread Robert Storey
On Tue, 2002-11-05 at 18:38, Greg wrote: > Hi, > how do I set permissions for directories while in text mode. What is the > command, and if someone could write an example for me please. > thanks Greg Dear Greg, Of course you should type "man chmod" before proceeding much

RE: setting permissions

2002-11-05 Thread Greg
Thanks Philip. Greg -Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]On Behalf Of Philip Mark Donaghy Sent: Tuesday, November 05, 2002 9:51 PM To: [EMAIL PROTECTED] Subject: Re: setting permissions Greg wrote: > Hi, > how do I set permissio

Re: setting permissions

2002-11-05 Thread David Vazquez Guzman
TED]> Sent: Tuesday, November 05, 2002 11:51 AM Subject: Re: setting permissions > Greg wrote: > > > Hi, > > how do I set permissions for directories while in text mode. What is > > the command, and if someone could write an example for me please. > > > > thanks Gr

Re: setting permissions

2002-11-05 Thread Philip Mark Donaghy
Greg wrote: Hi, how do I set permissions for directories while in text mode. What is the command, and if someone could write an example for me please. thanks Greg chmod u+x filename chmod g+w filename chmod o+r filename chmod a+r filename The first example changes execute(x) permission for

setting permissions

2002-11-05 Thread Greg
Hi, how do I set permissions for directories while in text mode.  What is the command, and if someone could write an example for me please.   thanks Greg

Re: changing permissions

2002-10-21 Thread Gordon Messmer
it's extremely easy. The output of getfacl is suitable as input to setfacl, and can be used to sync permissions: (cd /path/dir1 && getfacl *) | (cd /path/dir2 && setfacl -S -) or: (cd /path/dir1 && getfacl *) | (cd /path/dir2 && setfacl --restore=-) Forgiv

changing permissions

2002-10-21 Thread John French (CIMS)
If I do an ls --lR >>filelist.txt can I use the output to change the usernames and groups of the same files in another directory to the same as the first directory? John -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com

Re: chmod: changing permissions of `login': Operation not permitted

2002-10-21 Thread Blaq hacka
- Original Message - From: "vimol ksh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 1:39 PM Subject: chmod: changing permissions of `login': Operation not permitted > My machine has problem while trying to login through > tel

  1   2   3   4   5   >