translator
1,047
edits
(added another inxi for chroot) |
(df and btrfs fi us) |
||
| Line 80: | Line 80: | ||
Display kernel version {{UserCmd|command=uname -r}} | Display kernel version {{UserCmd|command=uname -r}} | ||
Display long kernel version {{UserCmd|command=uname -a}} | Display long kernel version {{UserCmd|command=uname -a}} | ||
Report | Report free disk space (non btrfs){{UserCmd|command=df [/] [/home]}} | ||
Display system tasks {{UserCmd|command=top}} | Report free disk space (btrfs){{UserCmd|command=sudo btrfs filesystem usage -h [/]}} | ||
Display system tasks {{UserCmd|command=top}} {{UserCmd|command=htop}} | |||
Display system information {{UserCmd|command=inxi --filter --verbosity=8}} | Display system information {{UserCmd|command=inxi --filter --verbosity=8}} | ||
Display system information (from chroot){{UserCmd|command=inxi --filter --verbosity=8 --color}} | Display system information (from chroot){{UserCmd|command=inxi --filter --verbosity=8 --color}} | ||