I have removed all Jailed Shell permissions for all accounts
And I have umounted all jailed folders, by using this command
And with this command
Now, Can I remove /home/virtfs, Or should I let it ?
Thanks a lot
And I have umounted all jailed folders, by using this command
Code:
for i in `cat /proc/mounts | grep /home/virtfs | cut -d ' ' -f 2 ` ; do umount $i ; done
Code:
/scripts/clear_orphaned_virtfs_mounts
Thanks a lot