answersLogoWhite

0

Net Share

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which command typed at a command prompt displays a list of commands that would likely contain the command you desire?

help


What is he command to copy myfiledat from the root directory of drive a to the data folder on drive c?

COPY A:\ C:\DATA (note that there's a space between a:\ and C:\data)The command you use will depend on the operating system you're using.On Windows, the command is copy. The following example would copy the file to the windows folder on drive c: copy a:\myfiledat c:\windowsOn Linux, the command is cp.When using either of these commands, if either the source file or destination folder/file contains spaces you'll have to place quotes around it. copy a:\myfiledat "c:\folder with spaces"


What are some command prompt codes?

If you mean commands there are several. To list a few, there is the command "tree" This command shows all files and directories within the directory of choice. Another would be "mkdir". This creates a folder with the name of your choice into the directory you are curruently on right now. The most used command would be "cd" which changes directory you are curruently accessing. Many other commands can be found by typing in the command "/?" or "/help" I hope this helped. *^^* BTW, for certain prompts it will say the operation requires elevation. This means you need to run the command prompt as an administrator.


What command displays the command list?

In Linux, command typed at a command prompt displays a list of commands that would likely contain the command you desire. For example, to find all of the commands that have word flush in their name or descriptions type the following: man -k flush


How do I get the dialog box that would allow to share a WindowsXP folder?

Right click the folder, choose Security and Sharing.


Distinguish between internal and extarnal commands with examples for unix?

Internal commands are executed by the shell and do not exist as a separate binary program. You can find out which of these there are by looking at the 'man' entry for the shell you are using. External commands can be found in various directories, such as /bin, /usr/bin, etc.


What command is used in a Unix environment to know more information about other commands?

Usually, one would use the man command. For instanceman ls


How would you run a command on the shell without spawing a new child process?

all commands (except for commands built into your shell) spawn child processes necessarily.


What is the output of mkdir DesktopCS604 in Linux?

There is no text output. That command would create a directory / folder called "DesktopCS604".


How do you create a data base?

If your database program uses standard SQL commands, you would use the CREATE DATABASE command.


Why UNIX commands are divided into internal and external commands?

An internal command is one that is built in to the shell interpreter and is likely to be used quite a bit. An external command is a file in a directory that can be searched, loaded, and executed. The reason for having internal commands is for performance; it takes a lot less time to have the shell just execute the given internal command than it would take to find it on the system, load it into memory, and then execute it.


What command would you use to map a share to a drive letter on a computer?

Net use