Changes between Version 1 and Version 2 of Command-Line Environment Tutorial


Ignore:
Timestamp:
04/13/06 15:04:54 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Command-Line Environment Tutorial

    v1 v2  
    3636In order to run a program in the background (that WILL terminate when you log off) such as a graphical program that doesn't use the terminal, simply add a '&' to the end of the program's name. For example, in order to run mozilla in the background, use mozilla& .
    3737
    38 ==== Canceling a running programs ====
     38==== Canceling a running program(s) ====
    3939
    4040If a program is behaving incorrectly, you can normally terminate it by pressing control-c in the xterm (command prompt) window where the program is running. However, if the program is a graphical program running in the background you will need to use the pkill command to terminate the program. For example, if mozilla has locked up on your workstation, simply type pkill mozilla in order to force mozilla to end. If you still encounter problems from a program after trying this, see a lab operator for assistance.