๋ฆฌ๋ ์ค ํ์ผ & ๋๋ ํ ๋ฆฌ ๊ถํ ์ ๋ฆฌ
[LINUX] ๐ ํ์ผ & ๋๋ ํ ๋ฆฌ ๊ถํ (์์ ๊ถ / ํ๊ฐ๊ถ / ํน์๊ถํ) ๐ฏ ์ ๋ฆฌ
ํ์ผ ๋ฐ ๋๋ ํฐ๋ฆฌ ๊ถํ ๋ฆฌ๋ ์ค๋ ์ฌ๋ฌ์ฌ์ฉ์๊ฐ ๋ค์ด์ ์ฌ์ฉํ๋ ๋ฉํฐ์ ์ ์์คํ ์ด๋ค. ๋ฐ๋ผ์ ์ฌ๋ฌ ์ฌ์ฉ์๊ฐ ๋ค์ด์ ์ฌ์ฉํ๋ค๋ณด๋ฉด, ์๋ฒ์ ์ฌ๋ ค์ง ๋น๋ฐ์๋ฃ ์ด๋๊ณผ ๊ทธ๊ฒ์ ๋ณ์กฐ,์์ ,์ญ์ ๋ฅผ ํ
inpa.tistory.com
๋ฆฌ๋ ์ค
ls/ls -al/ls -l/ll
1333() ์์ ์ ํฌ๋ฃน ๋ง๋ค์ด์ง๋ ์ง
๋ฆฌ๋ต์ ๊ถํ
Chmod 700 / Chmod 655
1 sudo docker 2 ls 3 cd .. 4 ls -al 5 cd cuuva/ 6 ll 7 mkdir app 8 vi test.txt 9 ls 10 exit 11 ls -a 12 ls -l 13 ls -al 14 ll 15 ls -al 16 vi .bash_profile 17 vi .bashrc 18 ls -al 19 ll 20 ls -al 21 ์ด 22 ll 23 chmod 700 test.txt 24 ll 25 chmod +x test.txt 26 ll 27 chmod +r test.txt 28 ll 29 chmod 655 test.txt 30 ll 31 chmod 700 test.txt 32 ll 33 chmod 777 test.txt 34 ll 35 nono test.txt 36 vi test.txt 43 df -h