Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Hi alex,
If I understand you well! you can try "Ctrl +C" ! - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by feiwu@Nov 10 2005, 02:17 AM hi alex,if i understand you well! you can try "ctrl +c" !
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10888)
--- quote end ---
--- Quote End --- hi After I try ctrl+c, i exit terminal. when i logo in system angain,My system still running previously program.
- Altera_Forum
Honored Contributor
alex824,
Log in through your ethernet terminal. Then do $ ps -a This will give you the process id of all applications currently running. Then do $ kill -9 "pid number" Without the quotes, replace pid number with the actual number of your process id. Doug