Results 1 to 5 of 5
Hello,
I have Fedora Linux 9 installed on my PC. Due to some strange issues with my service provider I have to forcibly flush the DNS cache. In Windows I ...
- 07-06-2009 #1Just Joined!
- Join Date
- Mar 2008
- Location
- In Bangalore
- Posts
- 71
Fedora equivalent of ipconfig /dnsflush
Hello,
I have Fedora Linux 9 installed on my PC. Due to some strange issues with my service provider I have to forcibly flush the DNS cache. In Windows I use the command ipconfig /dnsflush (or flushdns), and then things start working fine.
Is there an equivalent command in Fedora Linux?
TIA,
Sachin PK
- 07-08-2009 #2
Check to see if the cache is running with
If it is running thenCode:service nscd status
If it is not and you want caching thenCode:service nscd restart
Remember GOOGLE is your friendCode:service nscd start
- 07-10-2009 #3Just Joined!
- Join Date
- Mar 2008
- Location
- In Bangalore
- Posts
- 71
I logged in as root and at the command prompt gave the command you mentioned.
What could have been wrong here? Where can I find this 'service' programme?Code:bash: service: command not found
- 07-11-2009 #4
It is locate in the /sbin dir or at least that is were it should be.
- 07-12-2009 #5Just Joined!
- Join Date
- Mar 2008
- Location
- In Bangalore
- Posts
- 71


Reply With Quote
