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-11-07] | [Open System-Linux] |
FIND utility in Linux to search for files or directories. |
[2015-09-09] | [Open System-Linux] |
Some funny and cool commands in Linux |
[2015-03-18] | [Open System-Linux] |
What is runlevel in Linux? |
[2015-01-12] | [Open System-Linux] |
W3M : A text based web browser and pager from Linux terminal |
[2016-05-11] | [Open System-Linux] |
An example to understand bash exit code $? in linux. |
Total comments: 0 | |