1. ํ์ฌ ์์ ๋๋ ํ ๋ฆฌ ํ์ธ
pwd
2. ์ ์ถ๋ ฅ๋ ๋ด์ฉ ์ง์ฐ๊ธฐ
clear
3-1. ๋๋ ํ ๋ฆฌ ๋ด์ฉ ํ์ธ
[root@localhost ~]# ls
aaaa anaconda-ks.cfg initial-setup-ks.cfg
3-2. ๋๋ ํ ๋ฆฌ ๋ด์ฉ ์์ธํ ํ์ธํ๊ธฐ
[root@localhost ~]# ls -l
ํฉ๊ณ 12
-rw-r--r--. 1 root root 4 12์ 26 14:17 aaaa
-rw-------. 1 root root 1923 12์ 26 11:17 anaconda-ks.cfg
-rw-r--r--. 1 root root 1971 12์ 26 11:26 initial-setup-ks.cfg
์ฌ๊ธฐ์ ๊ฐ ํ๋์ ์๋ฏธ๋ฅผ ์์๋ณด์.
d | rwx | r-x | r-x | 5 | root | root | 5 | Dec 27 18:55 | dirA |
ํ์ผ์์ฑ | user ๊ถํ |
group ๊ถํ |
other ๊ถํ |
ํ๋๋งํฌ๊ฐ์ | ์์ ์ | ๊ทธ๋ฃน | ํฌ๊ธฐ(Byte) | ๋ง์ง๋ง ์์ ์๊ฐ | ๋๋ ํ ๋ฆฌ |
'ํ์ผ ์์ฑ'์ ์ฌ ์ ์๋ ๊ธฐํธ๋ ๋ค์๊ณผ ๊ฐ๋ค.
d : ๋๋ ํ ๋ฆฌ ํ์ผ
D : ๋์ด ํ์ผ
l : ์ฌ๋ณผ๋ฆญ ๋งํฌ ํ์ผ
b : ๋ธ๋ก ์ฅ์น ํ์ผ
c : ์บ๋ฆญํฐ ์ฅ์น ํ์ผ
p : FIFO , Named Pipe ํ์ผ
P: ์ด๋ฒคํธ ํฌํธ ํ์ผ
s: ์์ผ ํต์
- : ์ผ๋ฐ ํ
์คํธ
rwx๋ user, other, group ์ ๋ํ ๊ถํ์ด๋ค. r ์read, w ์ write, x ๋excute ๋ฅผ ํ ์ ์๋ ๊ถํ์ด๋ค. ํด๋น ์์น์ - ๊ฐ ์์ผ๋ฉด, ํด๋น ๊ถํ์ด ์๋ค๋ ์๋ฏธ์ด๋ค.
3-3 ๋๋ ํ ๋ฆฌ์ ์จ๊ฒจ์ง ํ์ผ ํ์ธํ๋ ์ต์
ls - a
[root@localhost ~]# ls -a
. .bash_profile .config .lesshst aaaa
.. .bashrc .cshrc .ssh anaconda-ks.cfg
.bash_logout .cache .dbus .tcshrc initial-setup-ks.cfg
. ์ด ์์ ๋ถ์ ํ์ผ๋ค์ ๊ธฐ๋ณธ์ ์ผ๋ก hidden ์ํจ๋ค.
4. file ๋ช ๋ น์ด
ํน์ ํ์ผ์ด ์ด๋ค ์ข ๋ฅ์ ํ์ผ์ธ์ง ์ถ๋ ฅํ๋ค.
file [๋๋ ํ ๋ฆฌ]
[root@localhost ~]# file /etc/passwd
/etc/passwd: ASCII text
'Cloud Engineering > Linux ๐ง' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Linux] vi/vim ํธ์ง๊ธฐ ์ ๋ ฅ, ์ด๋, ๋ณต์ฌ, ์ญ์ ๋ช ๋ น์ด ์ ๋ฆฌ (1) | 2022.12.28 |
---|---|
[Linux] ๋ฆฌ๋ ์ค ๋๋ ํ ๋ฆฌ ์๋ฏธ (0) | 2022.12.27 |
CentOS ๋ฆฌ๋ ์ค ํฐ๋ฏธ๋์์ ์ฌ์ฉํ๊ธฐ (0) | 2022.12.27 |
ํด๋ผ์ฐ๋ ์๋ฒ ๊ฐ์ํ์ ์ปจํ ์ด๋ ๊ธฐ์ (0) | 2022.12.12 |
[ํด๋ผ์ฐ๋์ปดํจํ ] ํด๋ผ์ฐ๋ ์ปดํจํ ์ด๋ (0) | 2022.12.10 |