-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsysinfo.1
More file actions
56 lines (54 loc) · 1.47 KB
/
sysinfo.1
File metadata and controls
56 lines (54 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.Dd October 22, 2023
.Dt sysinfo 1
.Os
.Sh NAME
.Nm sysinfo
.Nd Display a brief summary of system hardware and resources
.Sh SYNOPSIS
.Nm sysinfo
.Op Fl adhlpsvw
.Sh DESCRIPTION
.Nm sysinfo
prints a summary of system hardware, operating system, and
networking for a host.
.Nm sysinfo
will also tell you if
the host you're logged in to is a VM or container.
.Pp
The default action is to print hostname, active IP addresses
and interfaces, machine and os, CPU(s), RAM, and active listening
TCP ports.
.Pp
The following options are available:
.Bl -tag -width indent
.It Fl a
Show detailed system information
.It Fl d
Show disk usage
.It Fl h Fl Fl help
Show usage and options
.It Fl l
Print a longer list of info than default
.It Fl Fl license
Print full program license to the screen
.It Fl p
Show active services listening on TCP + UDP ports
.It Fl s
Show a short summary
.It Fl v Fl Fl version
Print version info
.It Fl w
List configured web directories
.El
.Sh "SEE ALSO"
.Lk https://github.com/jedrecord/sysinfo Website
.Sh AUTHOR
Copyright (C) 2023
.An Jed Record Aq Mt jed.record@gmail.com
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License 2.0
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.