answersLogoWhite

0

What else can I help you with?

Related Questions

Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What is the Linux equivalent of the Windows help command?

The man command.


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.


What command list basic directory files?

In Linux: ls In Windows: dir


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


What Windows Vista command is the equivalent of the Linux ifconfig command?

From a command line: ipconfig or, for more info: ipconfig /all From Windows itself, the control panel provides access to networking features and configuration.


What does the c99 command do in Linux?

The c99 command is a wrapper program that actually calls 'cc'. This is the standard c compiler for Linux. Since other Unix based systems use a c99 command to call the compiler with the 1999 standards there is a similar command to do the same thing under Linux.


What command would you use to test Dns name resolution at a Windows command prompt?

nslookup if it was a linux machine nslookup works too, but dig -x on a linux machine will get more info for you


How do you find out which port is being used by which process?

To find out which port is being used by which process, you can use the command line tool netstat along with -ano flags on Windows, or -tuln on Linux. For Windows, run netstat -ano in Command Prompt to see a list of active connections and their associated process IDs (PIDs). On Linux, use sudo netstat -tuln or sudo lsof -i -P -n to view similar information. To identify the process by its PID, you can use tasklist on Windows or ps -p <PID> on Linux.


Why do you think Linux and unix share more command than windows xp and unix?

Because Linux was modeled after Unix, and designed to be a suitable free replacement. Windows is targeted at a slightly different market, and was primarily designed to be operated using a GUI, not the command line.


Simplest utility for viewing file content?

The simplest utility for viewing file content in the Linux Terminal, (Terminal as command promt also called DOS in Windows) its called the file command. The simplest utility for viewing file content in the Linux Terminal, (Terminal as command promt also called DOS in Windows) its called the file command.


What does the k command do in Linux?

k is not a standard command in Linux.