Sungju's Slow Life

Personal journal


How to reload udev rules

If you made changes in udev rules, you might want to reboot to apply the changes. But, there’s a simpler method than system reboot.

It depends which version you are using. I’ll put RHEL5 and RHEL6 commands which might cover most scenario.

In RHEL5

$ yum install udev

$ udevcontrol reload_rules
$ /sbin/start_udev
$ udevtrigger

In RHEL6

$ udevadm control --reload-rules
$ udevadm trigger --type=devices --action=change


Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: