[COMP] Re: chown problem- created directory owned by root that userhas no permissions for
- From: "Brian L. Johnson" <blj8@xxxxxxxx>
- To: computers@xxxxxxxxxxxxx
- Date: Tue, 20 Nov 2001 14:27:24 -0700 (MST)
On Nov 20, David Bruce Jr tapped one key, than another, then another...
>it didn't work, I get this:
>
>[root@server /root]# cd ~myuser
>[root@server myuser]# chown -R myuser.myuser
>chown: too few arguments
>Try `chown --help' for more information.
>
>what arguments do I need to get this to work?
You have to tell it *what* to chown...
chown -R myuser.myuser some_directory
-=Brian L. Johnson, www.blj8.com=-
9136 links at blj8.com!
---------------------------------
For PGP key email to: pgpkey@xxxxxxxx
For Geekcode email to: geekcode@xxxxxxxx
Other related posts:
- » [COMP] Re: chown problem- created directory owned by root that userhas no permissions for