운영체제22 cat 명령어 concatenate의 약자이며 파일 내용을 표시, 여러 파일을 결합하여 출력 [root@localhost test]# cat testfile 안녕하세요. [root@localhost test]# [root@localhost test]# cat testfile2 반갑습니다. [root@localhost test]# [root@localhost test]# cat testfile testfile2 안녕하세요. 반갑습니다. [root@localhost test]# 2021. 6. 15. file 명령어 어떤 종류의 파일인지 확인하는 명령어. [root@localhost test]# file testfile testfile: ASCII text [root@localhost test]# [root@localhost data]# file logo.jpg logo.jpg: JPEG image data, JFIF standard 1.02 [root@localhost data]# 2021. 6. 14. touch 명령어 파일을 생성하거나 이 미만 들어진 파일의 수정시간을 업데이트한다. [root@localhost test]# touch testfile [root@localhost test]# ls -al 합계 8 drwxr-xr-x 2 root root 4096 6월 8 15:16 . drwxr-xr-x. 5 root root 4096 6월 8 15:12 .. -rw-r--r-- 1 root root 0 6월 8 15:16 testfile [root@localhost test]# 밑에 ls -al를 보면 시간이 변경될걸 알 수 있다. [root@localhost test]# touch testfile [root@localhost test]# ls -al 합계 8 drwxr-xr-x 2 root root 4096 6월 8.. 2021. 6. 13. ls 명령어 현재 디렉토리의 내용을 출력할 때 사용한다. -l : 긴목록 형식으로 표시 [root@localhost /]# ls -l 합계 62 lrwxrwxrwx. 1 root root 7 6월 1 10:58 bin -> usr/bin dr-xr-xr-x. 6 root root 1024 6월 1 11:02 boot drwxr-xr-x. 4 root root 4096 6월 4 10:08 data drwxr-xr-x 20 root root 3240 6월 8 09:10 dev drwxr-xr-x. 77 root root 4096 6월 8 12:01 etc drwxr-xr-x. 5 root root 4096 6월 8 09:15 home lrwxrwxrwx. 1 root root 7 6월 1 10:58 lib -> usr/.. 2021. 6. 10. 이전 1 2 3 4 5 6 다음