Pre bash

20
Treinamento RedeCASD Pre-Bash

description

Uma aula basica de Pre-Bash, mostrando alguns comandos muito básicos do terminal Linux.

Transcript of Pre bash

Page 1: Pre bash

Treinamento RedeCASD

Pre-Bash

Page 2: Pre bash

Seus melhores amigos

Page 3: Pre bash

man COISA COISA –help

apt-cache search COISA apt-get install COISA

Page 4: Pre bash

Movimento

Page 5: Pre bash

cd cd ESPAÇO

cd / cd ../

Page 6: Pre bash

BIZU:

TAB

Page 7: Pre bash

Vendo conteúdos

Page 8: Pre bash

ls ls --color

ls -a ls -l

Page 9: Pre bash

Arquivos Texto

Page 10: Pre bash

echo >

>>

Page 11: Pre bash

cat head tail

Page 12: Pre bash

Editando Arquivos

Page 13: Pre bash

Easy: nano Gráfico: gedit

Pro: vim

Page 14: Pre bash

BIZU (gráficos):

&

Page 15: Pre bash

Arquivos em geral

Page 16: Pre bash

rm rm -r mv cp

Page 17: Pre bash

Procurando

Page 18: Pre bash

find ONDE ATRIB -name oQue Ex:

find /var/log -type f -name sysl*

Page 19: Pre bash

Treinamento RedeCASD

FIM

Page 20: Pre bash

Ainda falta coisa pra caramba...

| (pipeline) grep

find -exec for

if-else do-while-done

ifconfig ip

ssh scp ...

Aula do MOCO, primeira semana ;D