Jodi,
Depending on your Linux version or environment path, you may need to find ifconfig in somewhere other than /sbin.
Here's what to do...
su (switch user to root)
ifconfig
If it returns the IP, there you go, if not...
you'll need to find ifconfig
cd to it and run the following
./ifconfig
Let us know if that doesn't work.
Mark