gdm2-2.4.1.3
From: DoubleF (doublef_at_tele-kom.ru)
Date: 05/31/03
- Previous message: Tom Snell: "Re: OpenOffice.org 1.0.2 and FreeBSD 4.8-RELEASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: <freebsd-questions@freebsd.org> Date: Sat, 31 May 2003 21:27:03 MSD
> hi,
Hello,
> /usr/X11R6/etc/gdm/
> drwxr-xr-x 3 root gdm 512 May 29 18:47 gdm
>
> gdm.conf in /usr/X11R6/etc/gdm/
> -rw-r--r-- 1 root gdm 2628 May 31 10:20 gdm.conf
>
> #chown gdm .keep_me
> chown: gdm: illegal user name
> _____________________________
>
> what am i doing wrong?!
The correct command to set user to nobody and group to gdm would be
# chown nobody:gdm .keep_me
What your command does is to set user to gdm (which is nonexistent) and
leave group as it is.
HTH,
DoubleF
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Tom Snell: "Re: OpenOffice.org 1.0.2 and FreeBSD 4.8-RELEASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]