OS(운영체제)/unix2 유닉스(UNIX) 명령어 참고 https://hwan-hobby.tistory.com/m/56 유닉스 명령어 모음 이 글은 다른 분이 정리해놓은 사이트를 참고하여 정리한 글이다 (참고: myeonguni.tistory.com/1629 / ko.wikipedia.org/wiki/%EC%9C%A0%EB%8B%89%EC%8A%A4_%EB%AA%85%EB%A0%B9%EC%96%B4_%EB%AA%A9%EB%A1%9D) ※ 유닉스 명령어 목록 hwan-hobby.tistory.com 1. 파일 시스템 cat - 파일 연결 및 출력 cd - 작업 디렉터리 변경 dd - 파일 변환 및 복사 chmod -파일모드/특성/권한 변경 chown - 파일 소유권 변경 chgrp - 파일 그룹 소유권 변경 cksum - 파일 체크섬 및 크기 기록 cmp.. 2023. 2. 24. unix 기본 연산자 -n string String is not null -z string String is null, that is, has zero length -b file Checks if file is a block special file; if yes, then the condition becomes true. [ -b $file ] is false. -c file Checks if file is a character special file; if yes, then the condition becomes true. [ -c $file ] is false. -d file Checks if file is a directory; if yes, then the condition becomes true. [ -d $file.. 2023. 2. 7. 이전 1 다음