Thursday, July 08, 2004

Creating the /etc/hosts file

cat > /etc/hosts << "EOF"
# Begin /etc/hosts (network card version)

127.0.0.1 localhost
192.168.1.1 lfs-mobile1.swedishrice.net lfs-mobile1

# End /etc/hosts (network card version)
EOF

0 Comments:

Post a Comment

<< Home