Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Linux How can I prove if udev installed and running

Victor Jin-OracleMar 13 2014 — edited Mar 14 2014

How can I prove if udev is installed and running properly? Are there any commands available to check whether udev is running or not?

I tried to use "/sbin/service" command but couldn't make it work (show below).

# /sbin/service udev status

udev: unrecognized service

# /sbin/service udevd status

udevd: unrecognized service

But I do have udev user daemon process running.

# ps -ef|grep udev

root      9329 11717  0 15:46 ?        00:00:00 /sbin/udevd -d

root      9581 11717  0 15:46 ?        00:00:00 /sbin/udevd -d

root     11717     1  0 Mar12 ?        00:00:01 /sbin/udevd -d

This post has been answered by Dude! on Mar 14 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2014
Added on Mar 13 2014
5 comments
4,493 views