본문 바로가기
Linux/Shell Script

잘 작성된 쉘 스크립트 예제들

by Luuii 2017. 10. 13.

★ 환경파일들

# vi /etc/profile

# vi /etc/bashrc

# vi ~/.bash_profile

# vi ~/.bashrc

 

★ 시작 스크립트들

# cd /etc/init.d

# ls

 

★ searchsploit 스크립트들 (칼리리눅스에서 봐야한다.)

# searchsploit linux | egrep '.sh$'

# cd /usr/share/exploitdb/platforms/linux/dos

# ls *.sh

 

★ 참고 사이트들

CodeAcademy

http://www.codecademy.com/tracks/python

 

Solution

https://www.youtube.com/watch?v=00fHkp3YzsI&list=PLE8fPj79_LdblpaurqcP1rRurFxnoH61S

 

Books
http://it-ebooks.info/

반응형

'Linux > Shell Script' 카테고리의 다른 글

awk 명령어  (0) 2017.10.15
sed 명령어  (0) 2017.10.15
UID 번호 0번인 것들만 색출하는 스크립트  (0) 2017.10.13
파일이름 자동변경 스크립트  (0) 2017.10.13
원격 관련 스크립트  (0) 2017.10.13