December 04, 2007
get the user process id by issuing the following command. ps ax | grep with the actual numbers shown kill 8544
Read More
get the user process id by issuing the following command. ps ax | grep with the actual numbers shown kill 8544
Unzipping files is an important part of downloading Linux files from the Internet. In Linux a majority of the files that are downloaded are in tgz format (a gnu zipped tar file), although there are other common extensions, as shown here:
Linux (Terminal ) /etc/init.d/nscd restart or service nscd restart if the nscd restart does not clear up the cache. try clearing /var/db/nscd/hosts by running nscd –invalidate=hosts if you do not have the nscd package . it will need to be installed using the source, rpm, yum or apt. This depends on your linux distro. Windows