Tag: name

Locate Files With Names Matching A Regexp

You can use locate to find files with name that matches a said regexp… locate -i -r ‘\.jpg$’

Find Current DNS Server

The DNS servers are in the /etc/resolv.conf file – cat it to find what they are. You can edit to…

nslookup Network Command

Lookup hostname to resolve name to ip address and viceversa nslookup www.example.com