answersLogoWhite

0

What else can I help you with?

Related Questions

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 find and remove files in Linux?

From the command line: To find the files there are a variety of utilities that you can use including: find, locate, and slocate. To remove the files use the command: rm filename.ext


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


Is unix and Linux are both command line and gui based os?

Yes


What are the similarities and differences between the way in which Windows and Linux manage processes?

Linux allows full access to the source code. Windows does not. The command line has always proven useful when altering software. Windows differs from Linux in command line limitations as well. Linux provides a centralized location in which software and application can be controlled.


How do you find out network config from command line?

It depends on the operating system you are using. Most windows systems use the 'ipconfig' command to look at the network adaptor configuration, whereas Unix/Linux use the 'ifconfig' command.


Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


How do you use the top command in Linux?

Just type "top" into the command line. It requires no arguments. To exit, press 'q'.


How do you open targz files?

In linux command line : tar -zxvf /path_to_your_file/filename.tar.gz


Does Linux have a command line?

yes. Xterm, gnome-terminal are common ways of accessing it.


What command starts the command line in Linux?

That would be a semi-contradiction; the command line would need to be already running in order to enter a command. The name of the program that actually provides the command line is called a shell. There are many different shells available for Linux, including Bash, ash, C Shell, fish, ksh, zsh, and scsh.The default command shell is /bin/sh (not /bin/bash, note).


How many different commands are there for Linux?

Innumerable. Remember that any program on Linux can be launched from the command line, so there are as many commands as there are programs.