Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How To create resolve.conf file
Name: jac007 Date: February 14, 2004 at 15:52:09 Pacific OS: Ultra 5.8 CPU/Ram: 128/333
Comment:
Hi,
I recently purchased a used Sun Ultra so that I can learn Unix.
I am looking for information on how to define a resolve.conf and what to put inside this file to get my new machine to surf the web, ftp, telnet, etc.. I issued the cmd nslookup and it said "Default Servers not Available"
Name: cbailey33 Date: February 15, 2004 at 09:31:04 Pacific
Reply:
Remember that the file is called resolv.conf and not resolve.conf
The search entry defines a series of domains that is searched when a hostname does not contain a dot.
The nameserver entries identify, by IP address, the servers that the resolver is to query for domain information. They are queried in the order that they appear in the file.
------------
#Domain name resolver config file # # #Data file for a client. search domain01.com search domain02.com nameserver xxx.xxx.xxx.xxx nameserver xxx.xxx.xxx.xxx
------------
Good luck.
0
Response Number 2
Name: Dlonra Date: February 16, 2004 at 13:47:11 Pacific
Summary: To create a tar file (see post above). Also, if you want to include linked files, make sure to use the 'L' option. Something I use quite a bit. tar cLvf some_file_name.tar /some_directory To view the ...
Summary: Hello, I tried to create a tar file in zip format as following:- [thomas@localhost assignment_3]$ tar -cvfz ass3.tgz * tar: ass3.tgz: Cannot stat: No such file or directory ass3 assFiles.tar : : worki...
Summary: This is in Unix Shell Scripting. using Putty.exe The application I'm working on is to add,remove and update the information of a person.I need help to create a file config.bat so it will automatically...