IT/Unix

How to keep X11 display after su or sudo

SAP_BASIS 2023. 8. 10. 09:39

Check the DISPLAY value of the user who logged in for the first time

 => echo $DISPLAY

 

Check the xauth value

 => xauth list

 

Switch to the user to launch X11 (su or sudo)

 

Add the xauth value you checked earlier

 => xauth add ~~~~~~~~~~~~~~~~

 

Add the display value checked earlier

 => setenv DISPLAY or export DISPLAY=

'IT > Unix' 카테고리의 다른 글

Creating swapfile in Linux  (0) 2021.11.01
[Linux/Unix] Delete Semaphore  (1) 2016.03.22
[Linux] YUM 커널 update후 잔재 제거  (0) 2011.07.13
[AIX] alt disk backup  (0) 2011.05.27
NMON Analyser 3.3g Release  (0) 2011.05.25