7
Corporación Escuela Superior de Administración y Estudios Tecnológicos Tecnología en Sistemas Sistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza Taller de Aprendizaje No 9 Nombre____________________________________________________________ ___________ Cedula de ciudadanía____________________________Jornada_____________________ __________ Correo Electrónico __________________________________________________________________ ______________ 1. Crear un archivo touch archivox 2. Verificar permisos, grupo propietario, propietario ls -la archivox 3. Modificar los permisos En cada caso describir que sucedió. a) chmod u+r archivox ls -la archivox b) chmod g+w archivox http://www.slideshare.net/ugoandresprofesor Página 1 Instructor : Ugo Andrés Sanchez e-mail:[email protected]

Taller9

Embed Size (px)

Citation preview

Page 1: Taller9

Corporación Escuela Superior de Administración y Estudios TecnológicosTecnología en SistemasSistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza

Taller de Aprendizaje No 9

Nombre_______________________________________________________________________

Cedula de ciudadanía____________________________Jornada_______________________________

Correo Electrónico ________________________________________________________________________________

1. Crear un archivo

touch archivox

2. Verificar permisos, grupo propietario, propietario

ls -la archivox

3. Modificar los permisos

En cada caso describir que sucedió.

a)

chmod u+r archivox

ls -la archivox

b)

chmod g+w archivox

ls -la archivox

c)

chmod o+w archivox

ls -la archivox

http://www.slideshare.net/ugoandresprofesor Página 1Instructor : Ugo Andrés Sanchez e-mail:[email protected]

Page 2: Taller9

Corporación Escuela Superior de Administración y Estudios TecnológicosTecnología en SistemasSistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza

Taller de Aprendizaje No 9

d)

chmod ugo-rwx archivox

ls -la archivox

e)

chmod u+rw archivox

ls -la archivox

f)

chmod g+rw archivox

ls -la archivox

g)

chmod o+rw archivox

ls -la archivox

h)

chmod u+rxw archivox

ls -la archivox

i)

chmod g+rwx archivox

ls -la archivox

j)

chmod o+rwx archivox

ls -la archivox

http://www.slideshare.net/ugoandresprofesor Página 2Instructor : Ugo Andrés Sanchez e-mail:[email protected]

Page 3: Taller9

Corporación Escuela Superior de Administración y Estudios TecnológicosTecnología en SistemasSistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza

Taller de Aprendizaje No 9

k)

chmod u-rwx archivox

ls -la archivox

l)

chmod g-rwx archivox

ls -la archivox

m)

chmod o-rwx archivox

ls -la archivox

n)

chmod ugo+rwx archivox

ls -la archivox

o)

chmod ugo-rwx archivox

ls -la archivox

p)

chmod ug+rw archivox

ls -la archivox

q)

chmod o+r archivox

ls -la archivox

http://www.slideshare.net/ugoandresprofesor Página 3Instructor : Ugo Andrés Sanchez e-mail:[email protected]

Page 4: Taller9

Corporación Escuela Superior de Administración y Estudios TecnológicosTecnología en SistemasSistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza

Taller de Aprendizaje No 9

B) Mediante Binarios

a)

chmod 777 archivox

ls -la archivox

b)

chmod 421 archivox

ls -la archivox

c)

chmod 624 archivox

ls -la archivox

d)

chmod 000 archivox

ls -la archivox

e)

chmod 321 archivox

ls -la archivox

f)

chmod 214 archivox

ls -la archivox

http://www.slideshare.net/ugoandresprofesor Página 4Instructor : Ugo Andrés Sanchez e-mail:[email protected]

Page 5: Taller9

Corporación Escuela Superior de Administración y Estudios TecnológicosTecnología en SistemasSistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza

Taller de Aprendizaje No 9

g)

chmod 124 archivox

ls -la archivox

i)

chmod 777 archivox

ls -la archivox

4. Modificar la propiedad del archivo

chown pedrito archivox

5. Verificar nueva propiedad

ls -la archivox

6. Modificar propiedad del grupo

chgrp pedrito archivox

7. Verificar nueva propiedad

ls -la archivox

8. instalación de firefox

yum -y install Firefox

http://www.slideshare.net/ugoandresprofesor Página 5Instructor : Ugo Andrés Sanchez e-mail:[email protected]

Page 6: Taller9

Corporación Escuela Superior de Administración y Estudios TecnológicosTecnología en SistemasSistemas Operativos GNU/Linux Instructor : Ugo Andrés Sanchez Baeza

Taller de Aprendizaje No 9

9. Instalación de thunderbird

yum -y install thunderbird

10. Verificación de instalación de todos los paquetes

rpm -qa | less

11. Verificación de instalación de un programa especifico

rpm -qa | grep firefox

http://www.slideshare.net/ugoandresprofesor Página 6Instructor : Ugo Andrés Sanchez e-mail:[email protected]