(Answer) (Category) SCO UnixWare 7/OpenUNIX 8/OpenServer 6 FAQ : (Category) Networking :
Where is my domain name stored in the root filesystem?
You can search every local file for the domain name string using the find command along with xargs for speed:
      find / -type f | xargs fgrep -l "domain" > /tmp/p.out
Xargs is a command line program that groups a bunch of fgreps and processes them all at once instead of one at a time.

<mschalit@pacbell.net>
gerberb@zenez.com

[Append to This Answer]
Previous: (Answer) How do I use xntpd?
Next: (Answer) Is DHCP possible with Uw7/OSR6?
This document is: http://www.zenez.com/cgi-bin/ou8faq/faq?file=123
[Search] [Appearance]
This is a Faq-O-Matic 2.721.