- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI all:
When I run a application program by terminal, I cannot quit the application function or come back terminal.For example ,after I run pining application,i unable perform other command. Please tell me what should I solve this problem.Thanks a lot.Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi alex,
If I understand you well! you can try "Ctrl +C" !- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page