rlock
create NFS-safe lockfiles
Install
- All systems
-
curl cmd.cat/rlock.sh
- Debian
-
apt-get install ruby-lockfile
- Ubuntu
-
apt-get install ruby-lockfile
- Kali Linux
-
apt-get install ruby-lockfile
- Fedora
-
dnf install rubygem-lockfile
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-lockfile
- Raspbian
-
apt-get install ruby-lockfile
- Dockerfile
- dockerfile.run/rlock
ruby-lockfile
create NFS-safe lockfiles
This is a Ruby library for creating lockfiles safe for use over NFS (Network File System). The package contains both the library for including lockfile in Ruby programs and the command line program rlock. The program rlock can either create lockfiles or optionally can run a program with a lockfile.