uname: print system information
$ uname -a
cygcheck: List system information, check installed packages, or query package database.
$ cygcheck -s
mintty: 새로운 창으로 이동. 새로운 창을 닫으면 이전 창으로 복귀 함.
$ mintty
$ uname -a
CYGWIN_NT-6.1 [hostname] 1.7.28(0.271/5/3) 2014-02-09 21:06 x86_64 Cygwin
$ cygcheck
Usage: cygcheck [-v] [-h] PROGRAM
cygcheck -c [-d] [PACKAGE]
cygcheck -s [-r] [-v] [-h]
cygcheck -k
cygcheck -f FILE [FILE]...
cygcheck -l [PACKAGE]...
cygcheck -p REGEXP
cygcheck --delete-orphaned-installation-keys
cygcheck --enable-unique-object-names Cygwin-DLL
cygcheck --disable-unique-object-names Cygwin-DLL
cygcheck --show-unique-object-names Cygwin-DLL
cygcheck -h
List system information, check installed packages, or query package database.
At least one command option or a PROGRAM is required, as shown above.
PROGRAM list library (DLL) dependencies of PROGRAM
-c, --check-setup show installed version of PACKAGE and verify integrity
(or for all installed packages if none specified)
-d, --dump-only just list packages, do not verify (with -c)
-s, --sysinfo produce diagnostic system information (implies -c)
-r, --registry also scan registry for Cygwin settings (with -s)
-k, --keycheck perform a keyboard check session (must be run from a
plain console only, not from a pty/rxvt/xterm)
-f, --find-package find the package to which FILE belongs
-l, --list-package list contents of PACKAGE (or all packages if none given)
-p, --package-query search for REGEXP in the entire cygwin.com package
repository (requires internet connectivity)
--delete-orphaned-installation-keys
Delete installation keys of old, now unused
installations from the registry. Requires the right
to change the registry.
--enable-unique-object-names Cygwin-DLL
--disable-unique-object-names Cygwin-DLL
--show-unique-object-names Cygwin-DLL
Enable, disable, or show the setting of the
"unique object names" setting in the Cygwin DLL
given as argument to this option. The DLL path must
be given as valid Windows(!) path.
See the users guide for more information.
If you don't know what this means, don't change it.
-v, --verbose produce more verbose output
-h, --help annotate output with explanatory comments when given
with another command, otherwise print this help
-V, --version print the version of cygcheck and exit
Note: -c, -f, and -l only report on packages that are currently installed. To
search all official Cygwin packages use -p instead. The -p REGEXP matches
package names, descriptions, and names of files/paths within all packages.
'etc' 카테고리의 다른 글
[Java] 현재 시간 한 줄로 표현하기 - SimpleDateFormat(), System.currentTimeMillis() (0) | 2020.09.10 |
---|---|
[Java] Class Math round() - 소수점을 정수로 변환 (0) | 2020.09.10 |
[Sublime] Settings (0) | 2017.02.24 |
[Command Prompt] FC 파일 비교하기 (0) | 2017.02.24 |
[Sqlplus] 오라클 구동 기본 명령어 (0) | 2014.04.07 |