Skip to content

Commit db7b1c4

Browse files
authored
Update README.md
1 parent 6cb2dc2 commit db7b1c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
sudo ./setup_core_dump_systemwide.sh
6060
```
6161
- core 파일명 패턴: `core.<exe>.<pid>.<time>`
62+
- `<exe>` : 실핼 프로그램명
63+
- `<pid>` : 프로세스 아이디
64+
- `<time>` : epoch time
65+
- `date -d @<time> '+%Y-%m-%d %H:%M:%S %Z'` 명령으로 시간정보를 볼 수 있다.
6266

6367
---
6468

0 commit comments

Comments
 (0)