- Shell
- ํค๋ณด๋๋ก ์ ๋ ฅํ ๋ช ๋ น์ด๊ฐ ์ด์์ฒด์ ์ ๋ฌํ์ฌ ๋ช ๋ น์ด๊ฐ ์คํ๋ ์ ์๋๋ก ํด์ฃผ๋ ํ๋ก๊ทธ๋จ
- Shell ์ข ๋ฅ
- Bash Shell : ์ต์ด์ ์ ๋์ค Shell์ธ Bourne Shell๊ณผ ํธํ๋๋๋ก ๋ง๋ค์ด์ง Shell
- csh(C Shell) : BSD ๊ณ์ด ์ ๋์ค ์ฌ์ฉ์๋ค์ด ์ ํธํ๋ Shell
- ksh(Korn Shell) : ์ ๋์ค ์์คํ V ๊ณ์ด ์ฌ์ฉ์๋ค์ด ์ ํธํ๋ Shell
- tccsh : C Shell๊ณผ ํธํ๋๋ Shell
- ash : Borune Shell๊ณผ ํธํ๋๋ Shell
- ํฐ๋ฏธ๋ ์๋ฎฌ๋ ์ดํฐ
- GUI ํ๊ฒฝ์์ Shell๊ณผ ์ง์ ์์ ํ ์ ์๋๋ก ๋์์ฃผ๋ ํ๋ก๊ทธ๋จ
- ํํ ํฐ๋ฏธ๋์ด๋ผ๊ณ ๋ถ๋ฆ
- ์ผ๋ฐ ์ ์
[eunhye@computer ~ ]$
- ์ํผ ์ ์
- ๋ฃจํธ(root) or ๊ด๋ฆฌ์ ๊ถํ์ ๊ฐ์ง ์ ์
[eunhye@computer ~ ]#
- ์๋ ๋ช ๋ น์ด
[eunhye@computer ~ ]$ abcde
bash: abcde: command not found
- ๋ช ๋ น์ด ํ์คํ ๋ฆฌ
- ์ต๊ทผ 500๊ฐ์ ๋ช ๋ น์ด๋ฅผ ๊ธฐ์ต
- ์์ชฝ ๋ฐฉํฅํค๋ฅผ ํตํด ์ด์ ๋ช ๋ น์ด๋ฅผ ๋ถ๋ฌ์ฌ ์ ์์
- ํ์ฌ ์๊ฐ๊ณผ ๋ ์ง ํ์
[eunhye@computer ~]$ date
2020๋
6์ 6์ผ ํ ์์ผ 17์ 04๋ถ 42์ด KST
- ํ์ฌ ๋ ์ง์ ๋ฌ๋ ฅ ํ์
[eunhye@computer ~]$ cal
6์ 2020
์ผ ์ ํ ์ ๋ชฉ ๊ธ ํ
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
- ํ์ฌ ์ฌ์ฉ ์ค์ธ ๋์คํฌ ์ ๋ณด์ ์ฌ์ฉ ๊ฐ๋ฅํ ๋์คํฌ์ ์ฉ๋
[eunhye@computer ~]$ df
Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk1s1 489620264 21736392 385410208 6% 487327 2447613993 0% /
devfs 389 389 0 100% 681 0 100% /dev
/dev/disk1s5 489620264 78911464 385410208 17% 565408 2447535912 0% /System/Volumes/Data
/dev/disk1s4 489620264 2099248 385410208 1% 2 2448101318 0% /private/var/vm
map auto_home 0 0 0 100% 0 0 100% /System/Volumes/Data/home
map -fstab 0 0 0 100% 0 0 100% /System/Volumes/Data/Network/Servers
- ๋ฉ๋ชจ๋ฆฌ ์ฌ์ฉ ํํฉ
- macOS์๋ ์์
[eunhye@computer ~]$ free
total used free shared buff/cache available
Mem: 257751 1842 254508 105 1400 255327
Swap: 4095 0 4095
- ํฐ๋ฏธ๋ ์ธ์ ์ข ๋ฃ
[eunhye@computer ~]$ exit
'Linux > Shell' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
3. ์์คํ ์ดํด๋ณด๊ธฐ (0) | 2020.06.06 |
---|---|
2. ํ์ผ์์คํ ํ์ (0) | 2020.06.06 |
Script - ์ฐ์ฐ (0) | 2020.04.04 |
Script - ์ฐ์ฐ์ (0) | 2020.04.04 |
Script - ์ ์ธ ๋ฐ ์ฌ์ฉ (0) | 2020.04.03 |