Difference between revisions of "File descriptor"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
* [[Resource starvation]] | * [[Resource starvation]] | ||
* <code>[[sysctl]] fs.file-max</code> | * <code>[[sysctl]] fs.file-max</code> | ||
+ | [[2]]>[[&1]] | ||
== See also == | == See also == |
Revision as of 07:25, 3 November 2022
This article is a Draft. Help us to complete it.
cat /proc/sys/fs/file-nr
cat /proc/sys/fs/file-max
echo "" > "/proc/$pid/fd/$fd"
0 stdin 1 stdout 2 stderr
Related terms
- Zabbix agent file descriptor monitorization
- inode
- Python:
os.close(fd)
- Resource starvation
sysctl fs.file-max
2>&1
See also
Advertising: