7:25 PM FACTER command in Linux : showing system facts |
Facter - Collect and display facts/information about the system like uptime, OS info, memory usage, PATH, processor, n/w etc. FORMAT DESCRIPTION OPTIONS version: Print the version and exit. help: Print this help message. debug: Enable debugging. trace: Enable backtraces. timing: Enable timing. EXAMPLE
If no facts are specifically asked for, then all facts of the system will be printed.
We can specify a fact also and facter will return the info for that fact. For example if we want to know the uptime of the system,
You can use grep on top of facter to fetch any system information. Its really helpful to get any information about a system. Example:
|
|
Related blogs
You may also like to see:
[2014-04-24] | [Open System-Linux] |
Addition of two numbers using shell scripting in UNIX |
[2015-06-03] | [Open System-Linux] |
STAT command : check file or filesystem statistics |
[2016-05-24] | [Open System-Linux] |
FACTER command in Linux : showing system facts |
[2016-12-11] | [Open System-Linux] |
Some great usage and example of find command in Linux |
[2017-01-21] | [Open System-Linux] |
Useful tips and tricks while working in Linux. |
Total comments: 0 | |