Red Hat Certification Exam Question:

How to Make Successfully Resolve to server1.example.com where DNS Server is 192.168.0.254

Red Hat Certification Interview Question
Red Hat Certification Interview Question

Answer:

1. Vi /etc/resolve.conf
search server1.example.com
nameserver 192.168.0.254


Previous QuestionNext Question
Explain Software RAID, such as the Linux MD driver, are dependent on CPU as opposed to hardware RAID, which is implemented on the interface controller itself. A. True B. FalseExplain Which of the following commands would transfer a local file called password.txt to a remote machine called tiger via SCP , logging in as admin, and storing the file in /tmp? A. scp password.txt admin@tiger:/tmp B. scp password.txt tiger@admin:/tmp C. scp password.txt admin tiger /tmp D. ssh admin@tiger:/tmp