Find the answer to your Linux question:
Results 1 to 2 of 2
I hope this is in the right place if not let me know. I come from ubuntu were ifconfig is used to check my ip address and nic cards on ...
  1. #1
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124

    openSuSE ifconfig

    I hope this is in the right place if not let me know.

    I come from ubuntu were ifconfig is used to check my ip address and nic cards on my computer. I have openSuSE 11.2 on acer aspire 5515. When I run the command I get

    acer@linux-ukd8:/etc> ifconfig
    Absolute path to 'ifconfig' is '/sbin/ifconfig', so running it may require superuser privileges (eg. root).
    You have new mail in /var/spool/mail/acer
    acer@linux-ukd8:/etc> sudo ifconfig
    root's password:
    sudo: ifconfig: command not found

    so what command do I use in place of ifconfig

  2. #2
    Just Joined! dmk06's Avatar
    Join Date
    Jun 2010
    Location
    San Diego
    Posts
    37
    need to be root to do ifconfig

    Code:
    su -
    ifconfig

Posting Permissions

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