Skip to content

Instantly share code, notes, and snippets.

@jairoFernandez
Created February 21, 2018 20:54
Show Gist options
  • Save jairoFernandez/43ce5f01d07ef85b55f46a329d836cde to your computer and use it in GitHub Desktop.
Save jairoFernandez/43ce5f01d07ef85b55f46a329d836cde to your computer and use it in GitHub Desktop.
Script para compartir carpetas
```sh
sudo apt-get install cifs-utils smbclient
sudo mount.cifs //IP/Cursos /home/punto_montaje/DIRECTORIO -o user=pepito dom=DOMINIO pass=PASSWORD
sudo umount /home/punto_montaje/DIRECTORIO
#https://www.upv.es/contenidos/INFOACCESO/infoweb/infoacceso/dat/724147normalc.html
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment