?? close.man
字號:
NAME
close - close a file descriptor
SYNOPSIS
int close(int fd);
DESCRIPTION
close closes a file descriptor, so that it no longer
refers to any file and may be reused.
If fd is the last copy of a particular file descriptor the
resources associated with it are freed.
RETURN VALUE
close returns zero on success, or -1 if an error occurred.
ERRORS
EBADF fd isn't a valid open file descriptor.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -