Results 1 to 3 of 3
hi everyone
i need a help about chown command.
sudo chown -h $USER/opt/cross
chown: missing operand after `elvis/opt/cross'
i ve checked --help manual , and tried all options still giving ...
- 04-02-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 23
[SOLVED] chown Command
hi everyone
i need a help about chown command.
sudo chown -h $USER/opt/cross
chown: missing operand after `elvis/opt/cross'
i ve checked --help manual , and tried all options still giving me this error
can someone help me ?
thanks
- 04-02-2008 #2
you need a space in there
Code:sudo chown -h $USER /opt/cross
- 04-02-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 23
Thanks Coopstah ....it worked


