meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
soc:irt:linux:start [2026/06/11 15:49] titannetsoc:irt:linux:start [2026/06/11 15:53] (current) titannet
Line 1: Line 1:
 ====== Linux ====== ====== Linux ======
  
-===== Live System ===== + 
-//Some of it also work on disk images//+===== Live and Disk System ===== 
  
 ==== Process Information ==== ==== Process Information ====
Line 39: Line 40:
  
 </code> </code>
 +
 +==== Logs ====
 +
 +<code bash>
 +/var/log/...         # most system logs
 +/var/log/journal     # binary system logs, readable with journalctl
 +
 +
 +</code>
 +
 +==== Triage ====
 +
 +  * [[soc:irt:linux:tools:uac]]
 +
 +
 +
 +
 +
 +
 +===== Live =====
 +
  
 ==== Basic System Info ==== ==== Basic System Info ====