2

For udevd there is no init.d script and manual page is not indicating how to restart it either. The process is holding a deleted file (lsof shows) and I need to release it by restarting udevd.

How to reload/restart udevd on CentOS?

Alex
  • 1,828
  • 4
  • 31
  • 52

1 Answers1

5

You are correct there is no init script. To restart the udevd run the following command:

# /sbin/start_udev

Hope that works!

Deer Hunter
  • 1,070
  • 7
  • 17
  • 25
prateek61
  • 373
  • 2
  • 7