|
Prev: Pb sauvegarde linux
Next: RH updates via FTP site?
From: Darryl Bach on 7 Nov 2007 11:12 Hello All: I've been looking everywhere and can't find a solution. Our helpdesk has set up some accounts using names like First Name or First.Name but these directories are causing system problems becuase they are UID and GID 0. I'm trying to do a chown firstname:lastname but the shell only interputs what's before the space or period. Is there some syntax which will allow me to chown or del these directories? Thanks for any help or suggestions. Darryl
From: Bit Twister on 7 Nov 2007 11:49 On Wed, 07 Nov 2007 16:12:33 GMT, Darryl Bach wrote: > Hello All: > > I've been looking everywhere and can't find a solution. Our helpdesk has set > up some accounts using names like First Name or First.Name but these > directories are causing system problems becuase they are UID and GID 0. I'm > trying to do a chown firstname:lastname but the shell only interputs what's > before the space or period. Is there some syntax which will allow me to chown > or del these directories? Try putting quotes around them, rm "/home/Darryl Bach" :-D Or apostrophes rm '/home/Darryl Bach'
From: Darryl Bach on 7 Nov 2007 12:03 In article <slrnfj3r4p.h1p.BitTwister(a)wb.home.invalid>, Bit Twister <BitTwister(a)mouse-potato.com> wrote: >On Wed, 07 Nov 2007 16:12:33 GMT, Darryl Bach wrote: >> Hello All: >> >> I've been looking everywhere and can't find a solution. Our helpdesk has set >> up some accounts using names like First Name or First.Name but these >> directories are causing system problems becuase they are UID and GID 0. I'm >> trying to do a chown firstname:lastname but the shell only interputs what's >> before the space or period. Is there some syntax which will allow me to > chown >> or del these directories? > >Try putting quotes around them, rm "/home/Darryl Bach" :-D >Or apostrophes rm '/home/Darryl Bach' I tried quotes but not apostrophes, thanks
From: Unruh on 7 Nov 2007 19:23 dbach(a)seaside.ns.ca (Darryl Bach) writes: >Hello All: >I've been looking everywhere and can't find a solution. Our helpdesk has set >up some accounts using names like First Name or First.Name but these >directories are causing system problems becuase they are UID and GID 0. I'm >trying to do a chown firstname:lastname but the shell only interputs what's >before the space or period. Is there some syntax which will allow me to chown >or del these directories? >Thanks for any help or suggestions. Put the names in single quotes. (NOte that the . causes no trouble whatsoever to any Unix command. It is a regular character.) >Darryl
|
Pages: 1 Prev: Pb sauvegarde linux Next: RH updates via FTP site? |