Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Linux

Line 2: Line 2:
 
* <code>LD_DEBUG=files</code> can be used as a sort of FileMon
 
* <code>LD_DEBUG=files</code> can be used as a sort of FileMon
 
* <code>cd /proc/<pid>/</code> and <code>cat cmdline environ maps</code> kind of make up for ProcExp
 
* <code>cd /proc/<pid>/</code> and <code>cat cmdline environ maps</code> kind of make up for ProcExp
 +
 +
----
 +
 +
Flow chart to boot:
 +
 +
Firmware > [https://wiki.archlinux.org/index.php/Arch_boot_process#Boot_loader bootloader] > kernel > [https://wiki.archlinux.org/index.php/General_troubleshooting#Boot_problems initrd] > init ([http://billauer.co.il/blog/2019/05/dbus-dump-systemd-debugging/ systemd]) > [https://wiki.archlinux.org/index.php/Display_manager#Loading_the_display_manager display manager] > [https://unix.stackexchange.com/a/2594/163877 session] > [https://wiki.archlinux.org/index.php/Xorg#General X] > window manager<sup>''?''</sup> > shell