Question
How do you install CloudLinux's CageFS?
Answer
CageFS is a CloudLinux component that isolates users into their own virtualized file system. This guide will walk you through installing CageFS on a cPanel server.
Note: CageFS requires CloudLinux to be installed and at least seven Gigabytes of space for the skeleton directory.
Run the following command as root using SSH:
# yum install cagefs
After CageFS is installed, the skeleton needs to be generated:
# cagefsctl --init
After CageFS is fully initialized, you can enable CageFS for all users with the following command:
# cagefsctl --enable-all
# dnf install cagefs
After CageFS is installed, the skeleton needs to be generated:
# cagefsctl --init
After CageFS is fully initialized, you can enable CageFS for all users with the following command:
# cagefsctl --enable-all
Complete CageFS documentation can be found in the CloudLinux documentation:
CloudLinux OS Components | CageFS
Comments
0 comments
Article is closed for comments.