Windows local dns hosts file is found at c:\windows\system32\drivers\etc. Is there a similar hosts file in ubuntu / linux and where to find the same?
Ubuntu linux local dns file is at /etc folder called hosts i.e /etc/hosts You can add entries like the following <ip address> <host or domain name> for example 192.168.1.1 www.yourowndomainnamessssss.com