일이 없는 家

UNAME(1) 본문

Debian manpage [bash]

UNAME(1)

자발적 막노동 2012. 10. 2. 20:39
NAME
       uname - 시스템 정보를 출력한다.

SYNOPSIS
       uname [옵션]...

DESCRIPTION
       특정 시스템 정보를 출력한다. 옵션이 없는 경우는 -s옵션을 첨부한 것과 같다.

       -a, --all
              다음에 나열된 순서(snrvmpio)로 모든 정보를 출력한다, 
             만일 알 수 없는 경우 -p, -i는 생략한다.

       -s, --kernel-name
              커널명을 출력한다.

       -n, --nodename
              네트워크 노드의 호스트명을 출력한다.

       -r, --kernel-release
              커널 출시명을 출력한다.

       -v, --kernel-version
              커널 버전을 출력한다.

       -m, --machine
              기계의 하드웨어명을 출력한다.

       -p, --processor
              프로세서타입이나 unknown을 출력한다.

       -i, --hardware-platform
              하드웨어 플랫폼이나 unknown을 출력한다.

       -o, --operating-system
              OS명을 출력한다.

       --help 도움말을 출력하고 종료한다.

       --version
              버전정보를 출력하고 종료한다.

AUTHOR
       Written by David MacKenzie.

REPORTING BUGS
       Report uname bugs to bug-coreutils@gnu.org
       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
       General help using GNU software: <http://www.gnu.org/gethelp/>
       Report uname translation bugs to <http://translationproject.org/team/>

COPYRIGHT
       Copyright (C) 2010 Free Software Foundation, Inc.  License GPLv3+:  GNU
       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
       This  is  free  software:  you  are free to change and redistribute it.
       There is NO WARRANTY, to the extent permitted by law.

SEE ALSO
       arch(1), uname(2)

       The full documentation for uname is maintained as a Texinfo manual.  If
       the  info  and  uname programs are properly installed at your site, the
       command

              info coreutils 'uname invocation'

       should give you access to the complete manual.

GNU coreutils 8.5                 April 2010                          UNAME(1)

* 출처만 밝히시면 퍼가셔도 상관없습니다.


'Debian manpage [bash]' 카테고리의 다른 글

BASENAME(1)  (0) 2012.10.02
LAST(1)  (0) 2012.10.02
DIFF(1)  (0) 2012.10.02
COL(1)  (0) 2012.08.23
DF(1)  (0) 2012.08.23