ulockmgr_server
Filesystem in Userspace
Install
- All systems
-
curl cmd.cat/ulockmgr_server.sh
- Debian
-
apt-get install fuse - Ubuntu
-
apt-get install fuse -
Alpine
-
apk add fuse - Arch Linux
-
pacman -S fuse2 - Kali Linux
-
apt-get install fuse - CentOS
-
yum install fuse - Fedora
-
dnf install fuse - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install fuse - Raspbian
-
apt-get install fuse - Docker
-
docker run cmd.cat/ulockmgr_server ulockmgr_serverpowered by Commando
fuse
Filesystem in Userspace
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.