User Tools

Site Tools


technical:programming:shell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
technical:programming:shell [2022/08/17 08:26] jctechnical:programming:shell [2025/10/11 20:24] (current) – external edit 127.0.0.1
Line 14: Line 14:
  
 <code bash>startx /usr/bin/emacs -- :2 vt8</code> <code bash>startx /usr/bin/emacs -- :2 vt8</code>
 +
 +Xorg Persistence When Switching VTYs
 +
 +<code bash>startx -- -sharevts</code>
 +
 +With Xinit
 +
 +<code bash>xinit -- -sharevts</code>
  
 ===== chroot ===== ===== chroot =====
Line 30: Line 38:
  
 <code bash>chroot --userspace=<username> /mnt /bin/bash</code> <code bash>chroot --userspace=<username> /mnt /bin/bash</code>
 +
technical/programming/shell.1660739181.txt.gz · Last modified: by jc