Skip to content

Instantly share code, notes, and snippets.

@tassoevan
Created December 24, 2013 16:22
Show Gist options
  • Save tassoevan/8115284 to your computer and use it in GitHub Desktop.
Save tassoevan/8115284 to your computer and use it in GitHub Desktop.
Shares the folder `<path>` with sharing name `<sharing>` and `<comment>` in your network.
# Shares the folder <path> with sharing name <sharing> and <comment> in your network
sudo net usershare add <sharing> <path> <comment> everyone:F guest_ok=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment