Sep 2, 2004 #1 abc73 Programmer Apr 28, 2004 89 US Hi all, How can I find for IP address and machine name of my Linux system. I want to know the machine name and the ip address of my system. Thanks
Hi all, How can I find for IP address and machine name of my Linux system. I want to know the machine name and the ip address of my system. Thanks
Sep 2, 2004 #2 chipperMDW Programmer Mar 24, 2002 1,268 US Code: $ ifconfig $ hostname [tt]ifconfig[/tt] will actually get you a little more than the IP address. Upvote 0 Downvote
Code: $ ifconfig $ hostname [tt]ifconfig[/tt] will actually get you a little more than the IP address.