LINUX – ¿Como desglosar los valores de CHMOD en linux ?

Para comprender el uso de con el modo numérico , un ejemplo.

GNU -

En un archivo deseamos establecer los privilegios siguientes:
-propietario
Lectura + escritura +ejecución = 400 + 200 + 100 =700
-grupo
Lectura + ejecución = 40 + 10 = 50
-los otros
Lectura + ejecución = 4 + 1 = 5
En total esto da 700 + 50 + 5 = 755
Ahora vamos a utilizar el resultado obtenido con chmod.
chmod -v 0755 archivo
o
chmod 0755 archivo

Etiquetas: , , , ,

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments

Información Bitacoras.com…

Valora en Bitacoras.com: Para comprender el uso de chmod con el modo numérico , un ejemplo. En un archivo deseamos establecer los privilegios siguientes: -propietario Lectura + escritura +ejecución = 400 + 200 + 100 =700 -grupo Lectura + ejecución……

Thank u for your sharing.Your blog has a unique feature that can make the people who reads become happy.After reading your blog,I feel happy.

caiyifang/comment201111

I am glad that I discovered this blog , just the right information that I was searching for! .

This article gives the light in which we can observe the reality This is a really good read for me. its really very good post. Thanks for posting this informative article.zhengyiqiong201112

Deja un comentario

(requerido)

(requerido)


Los enlaces en los comentarios pueden encontrarse libres de nofollow.