Getting System Information and Logs
Display Information in Memory
freecommand display information on memorydfcommand for disk free* reports on the available disk space on each of the mounted disksidcommand displays the identity of the user running the session along with a list of groups they belong touname -areturns a single line documenting the kernel name (Linux), the hostname, the kernel release, the kernel version, the machine type (an architecture string such asx86_64), and the name of the operating system (GNU/Linux). The output of this command should be included in bug reports as it clearly defines the kernel in use.
Display Kernel Logs
dmesgretrieves kernel logsjournalctlstores multiple logs from services, syslog, and kernal logs
Last updated