mksock
creates device files in /dev
Install
- All systems
-
curl cmd.cat/mksock.sh
- Debian
-
apt-get install makedev - Ubuntu
-
apt-get install makedev - Kali Linux
-
apt-get install makedev - CentOS
-
yum install makedev - Fedora
-
dnf install makedev - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install makedev - Raspbian
-
apt-get install makedev
makedev
creates device files in /dev
The MAKEDEV executable is used to create device files, often in /dev. Device files are special files through which applications can interact with hardware. This package is not necessary for most modern Linux systems, where the udev subsystem provides a more dynamic mechanism for device file management.