
mkdir -p folder/folder2 : 부모 파일까지 생성cat test.txt : 조회touch test.txt : 생성mv f1 f2 : f1 파일을 f2로 이동root@20500fc2dedb:~# ls -altotal 24drwx------ 1 root root 4096 Apr 18 02:04 . # 현재 위치drwxr-xr-x 1 root root 4096 Apr 18 00:35 .. # 부모 폴더-rw-r--r-- 1 root root 3106 Apr 22 2024 .bashrc-rw-r--r-- 1 root root 161 Apr 22 2024 .profiledrwxr-xr-x 2 root root 4096 Apr 18 02:03 sample-rw-r--r-- 1 root roo..