1, find the file belong to lucy and copy to a folder, create the find folder, mkdir /tmp/findfiles find the file the owner is lucy, use the parameter -user and -exec find / -user lucy -exec cp -a {} /tmp/findfiles \; 2, enlarge the lvm, no need to umount, lvextend -L 190M /dev/mapper/vgsrv-common then extend […]