Introduction to GNU/Linux OS Administration & Bash Scripting.
In this repo you'll find the LaTeX code of the Introduction to GNU/Linux OS Administration & Bash Scripting UNC Cordoba Argentina 2015 GNU/Linux Diploma + Bash scripts code.
Some Related Links:
http://www.binbash.com.ar/programming/bash/bash-scripting |
http://www.linuxfoundation.org/ |
https://www.kernel.org/
Ejercicios Tema1: Introducción al entorno gráfico de un Sistema GNU/Linux y herramientas
Kernel / Distribuciones / Gnome / Nautilus / LibreOffice / GUI & TTY
Ejercicios Tema3: Línea de Comandos. Comandos básicosI
commands: cd; sudo; less; /bin & /sbin; ls -la & ls -l; mkdir; touch; chmod; rm; cp; mv; ln
Ejercicios Tema 4: Linea de comandos. Comandos básicos II
commands: find; locate; grep; df; tar (tar.gz)
Ejercicios Tema 6: Uso básico de la consola
Regular expressions: ^, $, ., *, []
command: history
Parcial 1 - Parte 2 - Cuestionario Práctico
Regular expressions: ^, $, ., *, []
commands: history; find; tar; ls
Ejercicios Tema 7: Shell scripting básico
STDOUT & STDERR
commands: head; tail; | (pipe); cat; grep; wc
script1: find & sort; for loops
extra: “ - in between Grave accent character
Ejercicios Tema 8: Herramientas para procesar texto
commands: cat; less; grep & regex; head; sort; cut; sed
Ejercicios Tema 10: Shell scripting intermedio
commands: tar; gzip; head
script2: divisible por 2.
script3: tar - gzip - date format output
script4: find directories by name - for - if - test - ls
script5: True or False - for - if - test - ls
Ejercicios Tema 11: Configuración de Bash
Variable de entorno PS1
Limpiar History y /tmp
init.d and processes
Alias for grep command
script6: backup script - tar gz
script7: given a value to a variable