Miner

Shell01 ex04 본문

Linux

Shell01 ex04

MineTime76 2022. 8. 25. 11:32

https://www.whatap.io/ko/blog/11/

 

리눅스 네트워크 관리에 필요한 <ifconfig> 사용법 11가지 | 와탭 블로그

네트워크 인터페이스 관리와 모니터링을 위한 가장 기본이 되는 도구인 ifconfig를 와탭과 함께 알아봅시다.

www.whatap.io

https://growingsaja.tistory.com/413

 

[Linux] MAC Address 확인 커맨드

1. ip 커맨드 활용 # eth0 인터페이스라고 가정 ip link show eth0 2. ifconfig 커맨드 활용 # eth0 인터페이스라고 가정 ifconfig -a |grep eth0 3. 전체 eth 인터페이스의 MAC address 출력 # 전체 eth 인터페이..

growingsaja.tistory.com

https://coding-factory.tistory.com/802

 

[Linux] 리눅스 grep 명령어 사용법 (파일 내 특정 문자열 찾기)

리눅스 find 명령어는 로그파일이나, 텍스트 파일에서 특정 문자열을 찾을 때 사용하며 tail 명령어나 find 명령어등 다양한 명령어들과 함께 사용하여 로그 파일에서 실시간으로 특정 문자열을 찾

coding-factory.tistory.com

https://bbolmin.tistory.com/32

 

리눅스 명령어 - cut

cut 명령어 기능 파일에서 필드를 뽑아낸다. 필드는 구분자로 구분할 수 있다. 사용법 cut [option] [file] 옵션 -c 문자위치 :잘라낼 곳의 글자 위치를 지정한다. 콤마나 하이픈을 사용하여 범위를 정

bbolmin.tistory.com

 

'Linux' 카테고리의 다른 글

Shell01 ex06  (0) 2022.08.25
Shell01 ex05  (0) 2022.08.25
Shell01 ex03  (0) 2022.08.25
shell01 ex02  (0) 2022.08.25
Shell 01 ex01  (0) 2022.08.25