Getting Error after the competion of task Linux User Files

i have done the correct thing to copy the files but getting error, can anyone check

Name of the task: Linux User Files

Error:

  • No files were copied or some of them are missing! on App Server 1
    FAILED test_user_files.py::test_user_files - AssertionError: - No files were …

there is no Review button

Thanks for the update
now what options i have to re-check the task?

@mmkmou could you please check and feedback?

HI @krm.mrt
We have no access to the task, he generate randomly.
As you don’t have revienw button, you can paste here the statement and how you did the task then we can help you

Regard

Question:
There was some users data copied on Nautilus App Server 2 at /home/usersdata location by the Nautilus production support team in Stratos DC. Later they found that they mistakenly mixed up different user data there. Now they want to filter out some user data and copy it to another location. Find the details below:

On App Server 2 find all files (not directories) owned by user siva inside /home/usersdata directory and copy them all while keeping the folder structure (preserve the directories path) to /official directory.

Steps I have taken:
ls -l /home/usersdata/ | grep -v β€˜^d’ | grep siva | tr -s ’ ’ | cut -d" " -f 9 | sed β€˜s/^//home/usersdata//’

rsync -avr --files-from=/tmp/mylist.list / /official

find is not working as expected , let me try again

and the question says no need to consider the directories , so its misleading

" On App Server 2 find all files (not directories) owned by user siva inside /home/usersdata"