<div dir="ltr">Ora non riesco a darti l'opzione esatta (dovrei guardare nelle man pages...), ma se monti su Linux un filesystem che non ha il supporto per utenti e permessi unix (tipo fat o appunto cifs), non puoi cambiare i permessi con un chmod, ma puoi usare le opzioni mount specifiche per il filesystem per dire che tutte le cartelle dovranno avere un certi permessi (che di solito include quello di esecuzione, tipo 0777), tutti i file dovranno avere un permesso (di solito esecuzione escluso, tipo 0666) e il tutto si può impostare che sia di proprietà di un certo utente e gruppo.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">Il giorno 03 aprile 2014 17:44, Matteo Sgalaberni <span dir="ltr"><<a href="mailto:sgala@sgala.com" target="_blank">sgala@sgala.com</a>></span> ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
----- Original Message -----<br>
> From: "Giovanni [aka CyberPenguin]" <<a href="mailto:cyberpenguin@inventati.org">cyberpenguin@inventati.org</a>><br>
> Qualche idea?<br>
<br>
Ciao Giovanni,<br>
<br>
di seguito un test che ho fatto io e e me scrive:<br>
<br>
root@:/tmp# mount -t cifs //ip/share /tmp/testcifs/ -o username=...,password=...<br>
root@:/tmp# mount|grep testcifs<br>
//ip/share on /tmp/testcifs type cifs (rw)<br>
root@:/tmp# >/tmp/testcifs/qualcosa<br>
root@:/tmp# ls -la /tmp/testcifs/qualcosa<br>
-rwxr-xr-x 1 root root 0 Apr  3 17:41 /tmp/testcifs/qualcosa<br>
<br>
se riproduci come sopra che ti succede a te?<br>
<span class="HOEnZb"><font color="#888888"><br>
M.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
ImoLUG mailing list<br>
<a href="http://www.imolug.org" target="_blank">www.imolug.org</a><br>
<a href="mailto:imolug@lists.linux.it">imolug@lists.linux.it</a><br>
<a href="http://lists.linux.it/listinfo/imolug" target="_blank">http://lists.linux.it/listinfo/imolug</a><br>
Regolamento ML - <a href="http://www.imolug.org/faq/Regolamento_MailingList" target="_blank">http://www.imolug.org/faq/Regolamento_MailingList</a><br>
Server e connettività offerti da Ehiweb - <a href="http://www.ehiweb.it" target="_blank">www.ehiweb.it</a><br>
<br>
Facebook: <a href="https://www.facebook.com/ImoLUG" target="_blank">https://www.facebook.com/ImoLUG</a><br>
</div></div></blockquote></div><br></div>