전에 한번 올린 질문이지만 만족할 만한 대답을 얻지 못하여 다시 질문 올립니다.
리눅스에서 파일의 생성시간을 얻을수 있는 방법은 없나요?
윈도우즈에서는 파일 속성을 보면 작성시간을 알수가 있는데, 리눅스에서는
찾을수가 없습니다. 고수님들 답변 부탁드립니다.
man 2 stat man fstat
linux에서 알 수 있는 시간은 time_t st_atime; /* time of last access */ time_t st_mtime; /* time of last modification */ time_t st_ctime; /* time of last change */
이 셋입니다.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
man 2 statman fstatlinux에서 알 수 있는
man 2 stat
man fstat
linux에서 알 수 있는 시간은
time_t st_atime; /* time of last access */
time_t st_mtime; /* time of last modification */
time_t st_ctime; /* time of last change */
이 셋입니다.
댓글 달기