I know that JailShell keeps a user inside their own folder.
If a user's folder is on home2, cPanel automatically puts a symlink on home pointing to their folder so that services can always use home and not care where their folder really is.
With JailShell, however, it will not allow a user to access their folder on home2 through the symlink on home.
This works:
/home2/userfolder
This does not work:
/home/userfolder
If you move a user folder to a bigger partition, they then have to manually update their paths, especially in cron which uses JailShell.
So, is that the way that JailShell is *supposed* to work? Or shouldn't the users still be able to use /home with the symlink, because they are still inside their own folder.
Thanks.
If a user's folder is on home2, cPanel automatically puts a symlink on home pointing to their folder so that services can always use home and not care where their folder really is.
With JailShell, however, it will not allow a user to access their folder on home2 through the symlink on home.
This works:
/home2/userfolder
This does not work:
/home/userfolder
If you move a user folder to a bigger partition, they then have to manually update their paths, especially in cron which uses JailShell.
So, is that the way that JailShell is *supposed* to work? Or shouldn't the users still be able to use /home with the symlink, because they are still inside their own folder.
Thanks.