How to rebuild CageFS ?

kumkumsharma

Administrator
Staff member
CageFS is a virtualized file system, each user get its separate file system so that users cannot see their sensitive information. Cloudlinux also have their own LVE for each user which helps to limit resources for single user.

You can follow below commands to rebuild cageFS:

Code:
cagefsctl -M
cagefsctl --force-update
if everything doesn’t work then enter below command to reinitialize cageFS with below command.

Code:
cagefsctl –reinit
 
Top