Re: newbie having problems editing files

2002-12-01 Thread David M. Cook
On Sat, Nov 30, 2002 at 08:09:55PM -0500, David Mascot wrote: > [root@localhost dmascot]# /etc/fonts/fonts.conf > bash: /etc/fonts/fonts.conf: Permission denied Dammit, why *shouldn't* files know how to edit themselves! Dave Cook -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.

Re: newbie having problems editing files

2002-12-01 Thread David Mascot
Thanks all for your help. It will come to me slowly but surely. Dave -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: newbie having problems editing files

2002-11-30 Thread Oisin C. Feeley
On Sat, 30 Nov 2002, David Mascot wrote: >As an example to my editing problems, >the following is a file I think I should >have access to but I can't seem to get in. > >[dmascot@localhost dmascot]$ su >Password: >[root@localhost dmascot]# /etc/fonts/fonts.conf Try "pico /etc/fonts/fonts.conf"

Re: newbie having problems editing files

2002-11-30 Thread Thomas Molina
On Sat, 30 Nov 2002, David Mascot wrote: > As an example to my editing problems, > the following is a file I think I should > have access to but I can't seem to get in. > > [dmascot@localhost dmascot]$ su > Password: > [root@localhost dmascot]# /etc/fonts/fonts.conf > bash: /etc/fonts/fonts.con

Re: newbie having problems editing files

2002-11-30 Thread Craig White
On Sat, 2002-11-30 at 18:09, David Mascot wrote: > As an example to my editing problems, > the following is a file I think I should > have access to but I can't seem to get in. > > [dmascot@localhost dmascot]$ su > Password: > [root@localhost dmascot]# /etc/fonts/fonts.conf > bash: /etc/fonts/fo

Re: newbie having problems editing files

2002-11-30 Thread Jonathan Gaudette
to edit he file, example /etc/fonts/fonts.conf ... put in the following command vi /etc/fonts/fonts.conf this opens fonts.conf in the editor 'vim' by typing bash /etc/fonts/fonts.conf you are attempting to run fonts.conf as a bash script, which it is not, and does not have the execute pe

RE: newbie having problems editing files

2002-11-30 Thread Charles Johnson
helpful to folk who are just making the transition to Linux. Again, thanks. >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On >Behalf Of Robert P. J. Day >Sent: Saturday, November 30, 2002 2:35 PM >To: [EMAIL PROTECTED] >Subject: RE: newbie havin

RE: newbie having problems editing files

2002-11-30 Thread Robert P. J. Day
On Sat, 30 Nov 2002, Charles Johnson wrote: > You have probably been asked this numerous times, sorry if so... > > But is this the command you use to get root access: > > su - root > > When you cd to /etc/samba are the permissions on smb.conf 644? just doing a regular "su" will still let you e

RE: newbie having problems editing files

2002-11-30 Thread Charles Johnson
You have probably been asked this numerous times, sorry if so... But is this the command you use to get root access: su - root When you cd to /etc/samba are the permissions on smb.conf 644? Cheers-- Charles >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On >Beha