net share
Net Share
RD command is used to remove a directory (folder).
Net help share
It makes a directory (folder).
In Dos-just write (DEL Folder Name) this command will delete all the Files inside that folder,then write (RD Folder Name) This will Remove your Folder. Remember both command contain Same folder name. Which you want to Delete.(DEL)command is used to delete Files. (RD) command is used to delete Folder
Share permissions
The net share command is used to create, delete, or manage shared resources on a network, allowing users to share folders and printers with other users. Even when network discovery and file and printer sharing are turned off, the net share command can still report a shared folder as shared, because the sharing settings are managed at the operating system level independently of the network discovery settings. However, without network discovery and file sharing enabled, other users may not be able to access the shared folder.
RD command is used to remove a directory (folder).
Command Prompt is the command-line interpreter used within the Windows operating system. As Mac OS X is based on the Unix operating system it uses the a Unix Shell command-line interpreter. You can access the Shell by running the Terminal application which can be found in the Utilities folder which is within the Applications folder.
$ (Dollar Sign)
In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).
Share permissions