Linux Study
RSCSA-특정 유저 파일 복사
kyeongjun-dev
2021. 8. 22. 22:58
커맨드
find / -user user01 -type f -exec cp {} /root/find/ \;