On 21Oct2007 22:16, Scott <[EMAIL PROTECTED]> wrote: | On Sun, Oct 21, 2007 at 07:10:28PM -0700, Ron Osborne wrote: | > I was playing around with my connection using Ubuntu. I figured out how to do a ping but what are the Linux versions of IPCONFIG and TRACERT. | | ifconfig | traceroute | | (Note that they are lower case. Linux, and other Unix like systems are | case sensitive, so if you did IFCONFIG you'd get "command not found."
And ifconfig is usually in /sbin, which may not be in your execution path. You can run it with the full path: /sbin/ifconfig or adjust your $PATH variable. -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezoshosting.com/cs/ Sometimes when you fill a vacuum, it still sucks. - attributed to Dennis Ritchie, about X To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
