Bug 1471358 - Duplicate binary for udevadm
Summary: Duplicate binary for udevadm
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-15 09:07 UTC by Federico Leva
Modified: 2017-07-15 15:20 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-15 15:20:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Federico Leva 2017-07-15 09:07:59 UTC
Doesn't look right:

$ which udevadm
/usr/bin/udevadm
$ ls /sbin/udevadm -al
lrwxrwxrwx. 1 root root 14 25 mag 23.07 /sbin/udevadm -> ../bin/udevadm
$ ls /usr/bin/udevadm -al
-rwxr-xr-x. 1 root root 468784 25 mag 23.07 /usr/bin/udevadm
$ ls /bin/udevadm -la
-rwxr-xr-x. 1 root root 468784 25 mag 23.07 /bin/udevadm

Comment 1 Zbigniew Jędrzejewski-Szmek 2017-07-15 15:20:04 UTC
No, that's the same file. /bin is a symlink to /usr/bin, so the last two are the same file. See https://fedoraproject.org/wiki/Features/UsrMove.


Note You need to log in before you can comment on or make changes to this bug.