반응형 파일 시간 변경1 [linux] 파일 시간정보 변경 및 확인 명령어 (touch, stat) touchstat리눅스에서 파일의 시간정보 변경 및 접근시간, 변경시간을 확인 할 수 있는 명령어 입니다 [목차여기]touch 명령어해당 파일이 없는 경우 빈파일(내용이 없는)을 생성합니다[postgres@svr1:/home/postgres/ppp]$ ls -altotal 4drwxr-xr-x 2 postgres postgres 6 Dec 26 21:56 .drwxr-xr-x 11 postgres postgres 4096 Dec 26 21:56 ..[postgres@svr1:/home/postgres/ppp]$ -- 빈파일 생성[postgres@svr1:/home/postgres/ppp]$ touch test[postgres@svr1:/home/postgres/ppp]$ ls -altotal 4d.. 2023. 12. 26. 이전 1 다음 반응형