Created
February 21, 2018 20:54
-
-
Save jairoFernandez/43ce5f01d07ef85b55f46a329d836cde to your computer and use it in GitHub Desktop.
Script para compartir carpetas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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