touch 

-- change file access and modification times

-- 파일의 날짜시간정보 변경(무옵션:서버의 현재시간으로 파일의 최근사용시간(access time)과 최근변경시간(modification time)변경

 

파일의 수정 날짜시간(modification time)과 액세스 날짜시간(access time) 변경.

파일이 없는 경우 기본권한으로 생성됨

 

 

 

옵션

-h  If the file is a symbolic link, change the times of the link itself rather than the file that the link points to. 
 심볼릭링크인 경우 링크가 가리키는 파일이 아닌 링크 자체의 시간을 변경  
 Note that -h implies -c and thus will not create any new files.
-h는 -c를 의미하므로 새 파일을 생성하지 않음
-t  Change the access and modification times to the specified time instead of the current time of day.
 액세스 및 수정 시간을 현재 시간이 아닌 지정된 시간으로 변경
   
   
   
   

'Shell > 1' 카테고리의 다른 글

/etc/sudoers | visudo  (0) 2021.09.13
UFW(Uncomplicated Firewal) 설정  (0) 2021.09.06
vim .vimrc환경설정  (0) 2021.06.19
파일 디스크립터(File Descriptor) / 입출력 리다이렉션  (0) 2021.05.24
make / Makefile  (0) 2021.05.18

+ Recent posts