LINUX BÁSICO
# ls /etc/
# ls/etc/ > /tmp/Archivos.txt
# more /tmp/Archivos.txt
# ech0 hola > /tmp/Archivos.txt
# tail /tmp/Archivos.txt
# ls /etc/
# ls /etc/ > /tmp/Archivos.txt
# head -30 /tmp/Archivos.txt
# ls /etc/ | sort -r
# ls /etc/ | sort -r > /tmp/Archivos.txt
# last > /tmp/Auditorio1.txt: Últimos usuarios que se loguearon en el sistema.
# last | grep root > /tmp/Auditorio.txt
# last | head -5 > /tmp/Auditorio.txt
# cat ejemplo.txt | head -60 | tail -9
No hay comentarios:
Publicar un comentario