← All commands
Topic hub Hardware & Drivers
Windows Linux Hardware & Drivers udev

Windows Device Manager udev info equivalent in Linux

Displays udev properties for a device node.

Windows Device Manager udev info
Linux equivalents
Debian/Ubuntu same command
udevadm info --query=all --name=/dev/DEVICE
Fedora same command
udevadm info --query=all --name=/dev/DEVICE
Arch same command
udevadm info --query=all --name=/dev/DEVICE

Overview

What this command does

Displays udev properties for a device node.

Migration tip: Check the distro-specific rows before copying; package names and service names can differ even when the tool name is similar.

Practical tasks

Common use cases

Show udev device info

Displays udev properties for a device node.

udevadm info --query=all --name=/dev/DEVICE

Show udev device info

udevadm --help

Show command help when supported

man udevadm

Open the manual page when installed

Ready to run

Copyable Linux commands

Review paths, device names, package names and permissions before running any command.

udevadm info --query=all --name=/dev/DEVICE

Walkthrough

Examples with explanations

# Windows equivalent: Device Manager udev info
udevadm info --query=all --name=/dev/DEVICE

Reference

Common options and variations

Command or optionUse
udevadm info --query=all --name=/dev/DEVICEShow udev device info
udevadm --helpShow command help when supported
man udevadmOpen the manual page when installed

Distro differences

Debian/Ubuntu vs Fedora vs Arch

The equivalent is shown for Debian/Ubuntu, Fedora and Arch. Some rows use a different package manager or helper tool where Linux distributions commonly diverge.

DistributionPackage manager / baseEquivalent commandDifference to notice
Debian/Ubuntu same command udevadm info --query=all --name=/dev/DEVICE Same command on this distribution.
Fedora same command udevadm info --query=all --name=/dev/DEVICE Same command on this distribution.
Arch same command udevadm info --query=all --name=/dev/DEVICE Same command on this distribution.

Keep learning

Related Hardware & Drivers commands