[완료]linux time 명령에 대해...

centos의 이미지

안녕하세요.
server admin 3년째에 접어들었지만...
아직도 모르는게 수두룩합니다 ㅠ.ㅠ

도대체 time명령은 뭐죠?
사용자가 실행한 명령이나.... 스크립트이대한 실행시간이 얼마나 걸렷는지를.... 알고싶으때 사용한다는 것은 알고 있습니다.

하지만...
whereis time 해도 경로가 나오지않고...
또한 which time도 안나오고...
혹시 링크가 걸려있는 실행파일인가? 해서...
find / -type l ls | grep time 도 안나오고

그냥 find 로 무식하게 모든 파일시스템을 검색해도 저 명령어는 존재하지않습니다.

하지만 그냥 단순히 콘솔에서 time이라고 치면이 잘되내요.
저녀석의 정체는 도대체뭐죠?

ㅜㅜ

pogusm의 이미지

[root@localhost ~]# whereis time
time: /usr/bin/time /usr/include/time.h /usr/share/man/man1/time.1.gz /usr/share/man/man7/time.7.gz /usr/share/man/man2/time.2.gz /usr/share/man/man1p/time.1p.gz /usr/share/man/man3p/time.3p.gz
 
[root@localhost ~]# which time
/usr/bin/time
 
[root@localhost ~]# ls -al /usr/bin/time
-rwxr-xr-x 1 root root 17424  5월 24  2008 /usr/bin/time

위와 같이 나오네요.

centos의 이미지

감사합니다.
/usr/bin/time 의미와 time의미는 좀 다릅니다.
/usr/bin/time 은 os 자체가 time패키지가 설치되어있을떄 나타납니다.
즉. 명령어는 /usr/bin/time = time와 같지만 실제로의 역활은 다릅니다.
콘솔상에서
root@local#time
root@local#/usr/bin/time 을 비교해 보시면 됩니다.

pogusm의 이미지

몰랐네요 ㅋㅋ

익명 사용자의 이미지

쉘(아마도 bash)에서 제공하는 기능일 겁니다.

$ type -t time
keyword
centos의 이미지

답변 감사합니다.

항상 자질구리한 것들이 시간을 끌게하네요

qiiiiiiiip의 이미지

$ man time
 
...
       Note: some shells (e.g., bash(1)) have a built-in time command that provides less functionality than the command described here.  To access  the
       real command, you may need to specify its pathname (something like /usr/bin/time).
...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.