Hello, so how can i release a given port number manually so when the program hang next time i can start it normally without rebooting the machine.
Hello, so how can i release a given port number manually so when the program hang next time i can start it normally without rebooting the machine.
kill it
most probably the process is still running in the background (probably hanged), you need to kill it try
if this doesn't work try
you might want to learn more about process control from your distros documentation or by reading the following man pages
ps and top are useful commands to learn bardo.
Alaa
"i`m feeling for the 2nd time like alice in wonderland reading el wafd"
"netstat -np | grep tcp | gre
the best things in life are free --- so as myself
for i in `pgrep application_e
Diaa Radwan