In F34 /usr/bin/X process is a wrapper of /usr/libexec/Xorg #16

Open
opened 2024-05-21 12:59:54 +00:00 by pbokoc · 0 comments
pbokoc commented 2024-05-21 12:59:54 +00:00 (Migrated from gitlab.com)

(Originally from https://bugzilla.redhat.com/show_bug.cgi?id=1993662)

Description of problem:

https://docs.fedoraproject.org/en-US/fedora/f34/system-administrators-guide/basic-system-configuration/Opening_GUI_Applications/

command ps aux|grep /usr/bin/X

In f34, /usr/bin/X is linked to /usr/bin/Xorg, which is wrapper of /usr/libexec/Xorg.

[suse@suse ~]$ ls -altr /usr/bin/X lrwxrwxrwx 1 root root 4 Apr 14 18:58 /usr/bin/X -> Xorg [suse@suse ~]$ ls -altr /usr/bin/Xorg -rwxr-xr-x 1 root root 277 Apr 14 18:55 /usr/bin/Xorg

`[suse@suse ~]$ cat /usr/bin/Xorg #!27-server-Xorg-1.20.11-1.fc34.x86_64

Expected results:

suggest to use command "ps aux|grep Xorg"

Additional info:

according to the document, if running grep /usr/bin/X, it returns empty. following is the result.

[suse@suse ~]$ ps -ef|grep Xorg

root 997 988 1 09:12 tty1 00:07:35 /usr/libexec/Xorg -core -noreset :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch

suse 9862 7905 0 16:27 pts/6 00:00:00 grep --color=auto Xorg

(Originally from https://bugzilla.redhat.com/show_bug.cgi?id=1993662) Description of problem: https://docs.fedoraproject.org/en-US/fedora/f34/system-administrators-guide/basic-system-configuration/Opening_GUI_Applications/ command `ps aux|grep /usr/bin/X` In f34, /usr/bin/X is linked to /usr/bin/Xorg, which is wrapper of /usr/libexec/Xorg. `[suse@suse ~]$ ls -altr /usr/bin/X lrwxrwxrwx 1 root root 4 Apr 14 18:58 /usr/bin/X -> Xorg [suse@suse ~]$ ls -altr /usr/bin/Xorg -rwxr-xr-x 1 root root 277 Apr 14 18:55 /usr/bin/Xorg` `[suse@suse ~]$ cat /usr/bin/Xorg #!27-server-Xorg-1.20.11-1.fc34.x86_64 Expected results: suggest to use command "ps aux|grep Xorg" Additional info: according to the document, if running `grep /usr/bin/X`, it returns empty. following is the result. `[suse@suse ~]$ ps -ef|grep Xorg` `root 997 988 1 09:12 tty1 00:07:35 /usr/libexec/Xorg -core -noreset :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch` `suse 9862 7905 0 16:27 pts/6 00:00:00 grep --color=auto Xorg`
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
docs-archive/sysadmin-guide#16
No description provided.