We have a user that has a jailshell that is uploading things to the /home/virtfs/<username? directory as it appears it is not linked to the real location of their home directory on another hard drive on the machine.
Any thoughts?
We have a user that has a jailshell that is uploading things to the /home/virtfs/<username? directory as it appears it is not linked to the real location of their home directory on another hard drive on the machine.
Any thoughts?
something else that is not cool - even after we remove SSH access from that user account they can still SCP/SFTP...
we found a possible solution:
Code:for mnt in `cat /proc/mounts | grep virtfs| awk -F' ' '{print $2}'`; do umount $mnt; done
If we don't post a follow-up, it's fixed.
We think a user was using SFTP during a recent data migration in which we ran fixquotas.