Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you need a space in there

    Code:
    sudo chown -h $USER /opt/cross

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    23
    Thanks Coopstah ....it worked

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...