Linux tidbits
To run the network configuration program: /usr/sbin/netconfig
To check the current network configuration: /sbin/ifconfig
To restart the network interface: /etc/init.d/network restart
To find a file: find . -name <pattern> -follow
9:59:49 PM
|