Bandit Level 0 -> Level 1

buaii·2023년 6월 27일
0

Bandit

목록 보기
2/35
post-thumbnail

ls, cd, cat, file, du, find

ls

ls -[option][file/directory]

디렉토리 목록을 출력한다

cd

cd [path]

디렉토리를 이동한다
cd . cd .. cd / - 상위 디렉토리로 이동
cd cd ~ cd $HOME - 홈 디렉토리로 이동
cd $[변수명] - 해당 변수로 이동
cd ~[user] - user계정의 홈으로 이동

cat

cat -[option][filename]

파일 내용을 텍스트로 출력한다

file

file -[option][filename]

파일의 종류와 정보를 출력한다

du

du -[option]

디스크 사용현황을 MB단위로 나타내준다

find

find [path] -[option][operation]

조건을 통해 검색하며 파일을 찾는다

profile
buaii

0개의 댓글