Tag: name
Locate Files With Names Matching A Regexp
May 15, 2009
You can use locate to find files with name that matches a said regexp… locate -i -r ‘\.jpg$’
Find Current DNS Server
April 7, 2009
The DNS servers are in the /etc/resolv.conf file – cat it to find what they are. You can edit to…
nslookup Network Command
December 7, 2008
Lookup hostname to resolve name to ip address and viceversa nslookup www.example.com
Recent Comments