[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: probleminha no samba



Olá,

Em Mon, Dec 28, 2009 at 01:06:48PM -0300, Lucas Saliés Brum escreveu:
| From: Lucas Saliés Brum <sistematico@gmail.com>
| To: Lista Debian User Portuguese <debian-user-portuguese@lists.debian.org>
| Date: Mon, 28 Dec 2009 13:06:48 -0300
| 
| Eu acho que mask 0777 não é -rwxrwxrwx

Do man chmod

       S_ISVTX  (01000)  sticky bit (restricted deletion flag, as described in unlink(2))

       S_IRUSR  (00400)  read by owner

       S_IWUSR  (00200)  write by owner

       S_IXUSR  (00100)  execute/search by owner ("search" applies for directories, and means that entries within the directory can be accessed)

       S_IRGRP  (00040)  read by group

       S_IWGRP  (00020)  write by group

       S_IXGRP  (00010)  execute/search by group

       S_IROTH  (00004)  read by others

       S_IWOTH  (00002)  write by others

       S_IXOTH  (00001)  execute/search by others

 
E fazendo as contas, 0777 = -rwxrwxrwx sim :D

Att,

Leslie



Reply to: