answersLogoWhite

0

the command "display" brings up the ImageMagick program.

User Avatar

Wiki User

18y ago

What else can I help you with?

Continue Learning about Engineering

The command used to execute a BASIC programme?

Assuming a BASIC program is loaded into memory, the correct command to execute a BASIC program is: RUN. If you would like to start your program at a particular point in the execution, you may use RUN [#], where [#] is the line number you would like to start execution at.


Where java program started?

If it is already compiled, you can start your Java program from the command line. Just type java myclass replacing "myclass" with the program you want to start - a program with the ".class" extension, for example, myclass.class.


What is the purpose of the command prompt?

the command prompt is a program where you can command the computer to perform functions such as shutdown, restart, open a certain file, start a program, etc.


How do you debug a program that is already running?

Assuming that you have written a program named abc.c and created executable abc. Steps: 1. run your program from command line ./abc 3. get the PID processid of the program from PS aux | grep abc 3. start the gdb from command line 4. type following command on GDB prompt (gdb) attach PID where PID = your program's processid got from step 1.


What Services are needed to program in Linux?

To program in linux, you just have to pick out a programming language, and use your favorite text editor or IDE to start programming. Most prodominantly, programs are written in C or C++ and can be compiled with the Gnu C Compiler (gcc) or g++ if your program is in an interpreted language, such as perl or python, you just have to make sure you have the interpreter installed.

Related Questions

How do you execute an Apache program in Linux?

Enter this command as root: "apachectl start"


What command line to heart beat stop and start in Linux system?

To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start


How do you start x-windows system in Linux?

simply type, startx in the command prompt.


What is the command to start graphical interface in Linux?

Assuming you have a properly configured .xinitrc file, the command is startx. However, if you want a full login screen and everything you'll need to look into how your distribution launches daemons and install a display manager.


What is Start X in Linux?

It's a command to start the X server for running Linux in graphical mode, if you have any of the desktop environments and/or window managers installed.


What does right-facingarrow on a start menu command signify?

that pointing to the command will display a submenu


What is the program in Linux that accepts start time and end time as parameters?

ipacsum does, although 99% of Linux distributions don't actually use or contain this program.


What option would allow the head command to display the last 5 lines in a file in Linux?

The 'head' command can only deal with the start of the file, not the end. If you want X number of lines at the end of the file then use the 'tail' command. tail -5 filename will list the last 5 lines of the contents of filename.


What DOS command will start text editor program?

Run "edit" command..


Is there a timer command for the Linux terminal?

Use "man time" in a Linux terminal (without the quotes) to view the manual page for time. There are commands to show elapsed time a program runs, when a program is to start, etc. For a simple example, this 'Egg Timer' command: echo -e '\a' >&2; sleep 180; echo -e '\a' >72 will show a blank terminal for 180 seconds. Or 3 minutes, (which is enough to cook a soft-boiled egg!).


What is chkconfig?

Chkconfig is a utility tool that is used in Linux operating systems to start or stop a program from automatically running when the system starts. You can also use the command to view or set up new services on your operating system.


What command is used to execute an Apache program?

apachectl start