D-3 복습
id = 사용자 id, group id linux file time ctime: create mtime: modify (ls-) atime: alter (touch) cat > test2 hello ^d (eod,end of document) file test2 (file의 속성을 확인) cat test2 (file을 봄) cat / usr/bin/passwd(속성을 볼 수 있음) mkdir -p (여러개 만들 수 있음) cp test1 dir1 (dir1에 test1을 만듬) &=엠퍼센트 rmdir dir4 (파일이 있으면 잘 안지워짐) cd dir2 rm * cd .. rm -rf dir1 (이렇게 해야 지워짐) rm-rf a test* (test로 시작하는 모든 걸 지움) > (greater tha..
2023.03.09