answersLogoWhite

0

What else can I help you with?

Related Questions

How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.


What is the first command you should use in order to find out the name of the computer you are working on?

Typically on a command line (or command prompt in Windows) you can type the command 'hostname' and it will tell you the name of the computer you're working on.


How do you do a command on Minecraft PC?

It depends on the program you use to host. There are many different ones, so it's hard to determine for which on you're asking.


What type of government uses command economy?

command


What command would you type at a command prompt?

#(8======>)


What type of activities do Americans do on Memorial Day?

parade


How do you install CP trainer2?

First you type in cptrainer2 and click any one the rest is there


What do you press after you enter the code in 24 carrot ilasnd?

First you enter the password. Then, you click the enter key. When it says command, type in the correct command and press enter again.


How do you open calculator from command prompt in cent OS?

go to command prompt type cmd then type cd \ then type calc


How can you access help for a specific command in Linux?

In terminal type: "man command", or "info command"


How do you download from given URL?

When you attempt to download form given URL you must first go in to the program "Command" to do this go into your start menu and type "Command" hit the program titled "Command" NOT "Command Prompt" or "CMD". After you go there, it will be black and white and look really weird. Type "Shutdown /s" without quotes of course. This will tell if the given URL can be downloaded from. I admit the command sounds weird but what it does is shutdown the Server disconnecter cable which is what the S stands for. After you type this command in, you can just cut and paste. Enjoy!


What does the Type command do?

It is one of builtin Bash commands. It is used to describe the command and how it would be interpreted if used.Examples:Shell: type -p rubyReturn: /usr/bin/rubyShell: type -a rubyReturn: ruby is /usr/bin/rubyShell: type -t rubyReturn: fileShell: type -a echoReturn:echo is a shell builtinecho is /bin/echo