Results 1 to 5 of 5
hey,
i use one of my old computers in CLI quite a lot, but the problem is that when logged on in text mode, i can only perform one task ...
- 07-13-2006 #1
Command line multitasking
hey,
i use one of my old computers in CLI quite a lot, but the problem is that when logged on in text mode, i can only perform one task at a time at the prompt.
is there any way to use several "tabs" while working in the command line interface?All Empires rise and fall. The Microsoft Empire has already risen, only one way to go now...
- 07-13-2006 #2You can start a task and let it run in the background.
Originally Posted by easuter
Code:task &
The different consoles: ALT-F1, ALT-F2, etc.
Originally Posted by easuter "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-13-2006 #3Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
You can probably try "screen". I've used it in the past, but it takes a lot of getting used to.
http://www.gnu.org/software/screen/screen.html
- 07-13-2006 #4
I second 'screen'. It's very good and it probably comes with all distributions.
But even more simply, if you are at the computer you are using (i.e. not via SSH, etc.) you can try the other virtual terminals. Press CTRL-ALT-F2, ... CTRL-ALT-F6.
They you can press CTRL-ALT-F1 to go back to the initial login, or CTRL-ALT-F7 to go back to X if you started there.
- 07-13-2006 #5
thanks guys, that was just what i was looking for.
All Empires rise and fall. The Microsoft Empire has already risen, only one way to go now...


Reply With Quote
