Vous êtes sur la page 1sur 6

Administración del sistema GNU/LINUX

Utilizar los comandos básicos de linux realizados en clase para crear mediante
comandos el "Organigrama del área de TI". Se crearán directorios y archivos.

Localhost login: root


Password: admin123456
[root@localhost ~ ]# cd /
[root@localhost / ]# mkdir AreaDeTI
[root@localhost / ]# ls
[root@localhost / ]# cd AreaDeTI
[root@localhost AreaDeTI ]# mkdir JefeDeTI
[root@localhost AreaDeTI ]# ls
[root@localhost AreaDeTI ]# cd JefeDeTI
[root@localhost JefeDeTI ]# mkdir AreaSoporte AreaRedes AreaDesarrollo
AreaCapacitacion
[root@localhost JefeDeTI ]# ls
[root@localhost JefeDeTI ]# cat > ListaDeAreas.txt
AreaSoporte
AreaRedes
AreaDesarrollo
AreaCapacitacion
[root@localhost JefeDeTI ]# ls
[root@localhost JefeDeTI ]# cat > ListaJefesPorArea.txt
JefeAreaS Marcos Jesus Rosales Guzman
JefeAreaR Flavio Miguel Rodriguez Morales
JefeAreaD Jose Eduardo Gutierres Murillo
JefeAreaC Juan Felipe Vargas Rivera
root@localhost JefeDeTI ]# cat > EstrategiasOperativas.txt
Planear, dirigir, organizar y controlar las actividades de cada área.
Garantizar la eficiencia y seguridad de cada área
Gestionar los proyectos de ingeniería referentes a controles de modificaciones
root@localhost JefeDeTI ]# cd AreaSoporte
root@localhost AreaSoporte ]# mkdir JefeAreaS
root@localhost AreaSoporte]# ls
root@localhost AreaSoporte]# cd JefeAreaS
root@localhost JefeAreaS ]# mkdir TecnicoHW TecnicoSW
root@localhost JefeAreaS]# ls
root@localhost JefeAreaS]# cd ..
root@localhost AreaSoporte]# ls
root@localhost AreaSoporte]# cat > ListaDeSubArea.txt
JefeAreaS
root@localhost AreaSoporte]# cat > ListaPersonalSubArea.txt
TecnicoHW
TecnicoSW
root@localhost AreaSoporte]# cat > Informes.txt
Se desarrollaron nuevos aplicativos con el firme proposito de atender necesidades, asi
como mejorar y actualizar la plataforma de los servicios dispuestos por este organismo
contralor
root@localhost AreaSoporte]# ls
root@localhost AreaSoporte]# cd JefeAreaS
root@localhost JefeAreaS]# cat > InformeDeSubArea.txt
Diseña y supervisa diariamente la instalación de nuevos segmentos de la Red
Universitaria.
Inspecciona el área para seleccionar los puntos de interconexión.
Determina las necesidades inmediatas y futuras de la red a incorporar
Administra diariamente el centro de enlace de Internet de la Institución.
root@localhost JefeAreaS]# cat > Bitacora.txt
Datos técnicos
Equipo: Sala B PC-04
Hardware
Fallo: El teclado no funciona.
Causa: El conector (PS/2) del teclado se encontraba mal conectado, por lo cual un par
de pines fueron dañados.
Solución: Intentar enderezar los pines dañados, en su defecto cambiar el conector o
adquirir uno nuevo teclado.
root@localhost JefeAreaS]# cat > Apuntes.txt
Propuesta 1
Propuesta 2
Propuesta 3
Propuesta 4
root@localhost JefeAreaS]# ls
root@localhost JefeAreaS]# pwd
/AreaDeTI/JefeDeTI/AreaSoporte/JefeAreaS

root@localhost JefeAreaS]# cd../..


root@localhost JefeDeTI]# cd AreaRedes
root@localhost AreaRedes]# mkdir JefeAreaR
root@localhost AreaRedes]# ls
root@localhost AreaRedes]# cd JefeAreaR
root@localhost JefeAreaR ]# mkdir AdmRedes TecnicoRedes
root@localhost JefeAreaR]# ls
root@localhost JefeAreaR]# cd ..
root@localhost AreaRedes]# ls
root@localhost AreaRedes]# cat > ListaDeSubArea.txt
JefeAreaR
root@localhost AreaRedes]# cat > ListaPersonalSubArea.txt
AdmRedes
TecnicoRedes
root@localhost AreaRedes]# cat > Informes.txt
Detalla los conocimientos y procedimientos más comunes que se adquirieron en la
division de TICs para solucionar los inconvenientes que a diario se presentan en la
universidad relacionados con la infraestructura de la red
root@localhost AreaRedes]# ls
root@localhost AreaRedes]# cd JefeAreaR
root@localhost JefeAreaR]# cat > InformeDeSubArea.txt
Planifica semanalmente el trabajo que se debe realizar en la unidad
Examina los enlaces de Internet de los servidores y equipos de seguridad de redes
Supervisa y evalúa diariamente el desempeño del personal bajo su cargo
root@localhost JefeAreaR]# cat > Bitacora.txt
Monitorización del registro de eventos de seguridad
Monitorización del registro de eventos de Windows de OpManager
root@localhost JefeAreaR]# cat > Apuntes.txt
Propuesta 1
Propuesta 2
Propuesta 3
Propuesta 4
root@localhost JefeAreaR]# ls
root@localhost JefeAreaR]# pwd
/AreaDeTI/JefeDeTI/AreaRedes/JefeAreaR

root@localhost JefeAreaR]# cd../..


root@localhost JefeDeTI]# cd AreaDesarrollo
root@localhost AreaDesarrollo]# mkdir JefeAreaD
root@localhost AreaDesarrollo]# ls
root@localhost AreaDesarrollo]# cd JefeAreaD
root@localhost JefeAreaD ]# mkdir AdmDB DesarrolladorSist ProgramadorWeb
root@localhost JefeAreaD]# ls
root@localhost JefeAreaD]# cd ..
root@localhost AreaDesarrollo]# ls
root@localhost AreaDesarrollo]# cat > ListaDeSubArea.txt
JefeAreaD
root@localhost AreaDesarrollo]# cat > ListaPersonalSubArea.txt
AdmDB
DesarrolladorSist
ProgramadorWeb
root@localhost AreaDesarrollo]# cat > Informes.txt
El desarrollo y gestión de nuevos proyectos institucionales que permiten afianzar las
relaciones generadas con la universidad
root@localhost AreaDesarrollo]# ls
root@localhost AreaDesarrollo]# cd JefeAreaD
root@localhost JefeAreaD]# cat > InformeDeSubArea.txt
La creación del area no fue acompañada con la correspondiente asignacion de recursos
humanos, fisicos y financieros
La estructura técnico administrativa del area no se condice con la actual dotacion de
personal
root@localhost JefeAreaD]# cat > Bitacora.txt
Centros propios: 13
Centros adscritos 3 escuelas universitarias
Estudiantes: 18.554
Bibliotecas: 14
root@localhost JefeAreaD]# cat > Apuntes.txt
Propuesta 1
Propuesta 2
Propuesta 3
Propuesta 4
root@localhost JefeAreaD]# ls
root@localhost JefeAreaD]# pwd
/AreaDeTI/JefeDeTI/AreaDesarrollo/JefeAreaD

root@localhost JefeAreaD]# cd ../..


root@localhost JefeDeTI]# cd AreaCapacitacion
root@localhost AreaCapacitacion]# mkdir JefeAreaC
root@localhost AreaCapacitacion]# ls
root@localhost AreaCapacitacion]# cd JefeAreaC
root@localhost JefeAreaC ]# mkdir DocenteCap JefeLab
root@localhost JefeAreaC]# ls
root@localhost JefeAreaC]# cd ..
root@localhost AreaCapacitacion]# ls
root@localhost AreaCapacitacion]# cat > ListaDeSubArea.txt
JefeAreaC
root@localhost AreaCapacitacion]# cat > ListaPersonalSubArea.txt
DocenteCap
JefeLab
root@localhost AreaCapacitacion]# cat > Informes.txt
Conocer previamente los estilos de aprendizaje de los participantes
Incorporar una sesión sobre cómo usar el manual como herramienta de incidencia
Modificar la sesion de las estaciones para uso de norma e indicadores
root@localhost AreaCapacitacion]# ls
root@localhost AreaCapacitacion]# cd JefeAreaC
root@localhost JefeAreaC]# cat > InformeDeSubArea.txt
Garantizar la presencia del facilitador en practicas firmando un acuerdo, para asegurar
la participación
Buena agilidad y capacidad de reacción para suplir la ausencia de ultima hora
root@localhost JefeAreaC]# cat > Bitacora.txt
Destinatarios: Docentes y alumnos de la Universidad ULADECH
Duracion: 5 horas
Acreditacion: Certifica de Curso de TIC
Inscripciones: Desde 08 de Septiembre
root@localhost JefeAreaC]# cat > Apuntes.txt
Propuesta 1
Propuesta 2
Propuesta 3
Propuesta 4
root@localhost JefeAreaC]# ls
root@localhost JefeAreaC]# pwd
/AreaDeTI/JefeDeTI/AreaCapacitacion/JefeAreaC

Vous aimerez peut-être aussi