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

Re: Setting permissions to new files?



>From konsole use these:
chmod
chown

Chmod changes permissions. Type "$ man chmod" to know how to change them.
Chown changes owner. Type "$ man chown" to know how to change them.

E.g .
# mkdir /home/temp
# ls -l /home/temp
# chmod 777 /home/temp
# ls -l /home/temp
# chown bruno /home/temp
# ls -l /home/temp


Kind regards,

--
Oscar Blanco García
Ingeniero Electrónico - Universidad Nacional de Colombia
Teléfono: Casa: +57 1 687 0019
              Celular: +57 3133890451
Carrera 123B # 131-66 Bloque 55 Apartamento 402
Bogotá, Colombia
Reply to: