Introduction
When using CageFS, users may not have access to all commands. If the command is associated with a package (for example: it was installed via "yum"), you can use the instructions below to make te command available for all users:
Procedure
Use the --addrpm option with the cagefsctl command:
cagefsctl --addrpm {your-command-here}
For example:
cagefsctl --addrpm rsync
More details about the cagefstctl command can be found on this page:
https://docs.cloudlinux.com/cloudlinux_os_components/#file-system-templates
NOTE: If your command is not associated with a package, a different method is required. The following article details the alternative method: