How to install CageFS on cloudlinux servers

el5olfaa.com

New member
Hello,

By using CageFS on cloudlinux servers we are providing more isolated environment for every user on the system but consider that CageFS will cost you using of additional disk space around 7GB to do this .

1) Install CageFS using the following command on the shell :
Code:
yum install cagefs -y

2) If you are having enough space in "/home/" do the following :
Code:
/usr/sbin/cagefsctl --init
OR
If you are having enough space on other path do the following after replacing "PATH" word with your available path :
Code:
mkdir /home/cagefs-skeleton
mkdir /PATH/cagefs-skeleton
ln -s /home/cagefs-skeleton /PATH/cagefs-skeleton
/usr/sbin/cagefsctl --init

That's all .

Good luck
 
Last edited:

Forum statistics

Threads
80,896
Messages
248,402
Members
20,678
Latest member
hostys
Top