Copy users files from /home/usersdata (directry) to /blog (directory)

I am using the follwing command to copy users files from /home/usersdata (directry) to /blog (directory)

find /beginsearch/path -user name -exec mv -f {} /tmp/dir ;

after entering this command the prompt seems normal with $ sign but when I submit quiz it says it says Fail
any suggestion? pic attached

In your screenshot you have used cp. If you’ve previously moved them you won’t to able to copy them.

1 Like