answersLogoWhite

0

the command "display" brings up the ImageMagick program.

User Avatar

Wiki User

17y ago

What else can I help you with?

Continue Learning about Engineering
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 DOS command will start text editor program?

Run "edit" command..


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.


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 command is used to execute an Apache program?

apachectl start


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.