728x90
반응형
현재 날짜로 업데이트
touch -m file.sh
특정 날짜로 업데이트( to change the modification time to 1 jan, 00:00)
touch -m -t 202401010000 file.sh
- 분까지 날짜 넣어야 함
728x90
반응형
'DataBase > MySQL' 카테고리의 다른 글
[MySQL] ERROR 1044 (42000): Access denied for user 'user'@'localhost' to database 'userdb' (0) | 2024.08.22 |
---|---|
[MySql]ERROR 1045 (28000): Access denied for user 'root@'localhost' (2) | 2024.06.13 |
MySql Enum Table 생성/수정 (0) | 2024.05.28 |
Linux에서 MySQL/MariaDB 설치 (0) | 2024.05.21 |
Mac에서 MySQL설치, DB 및 User 생성 (0) | 2024.05.20 |