Linux Folder Structure

I keep getting this error. But I made sure the folders are in the correct path and structure. Any help?

[12:21:27] [assess] Linux Task 1(a): folders structure NOT created correctly?
Linux Task 1(b) will also fail. Please correct the folder structure:

  • Can you run bash /home/user/catkin_ws/src/linux_exam/task1.sh without errors?
  • I’m expecting the structure /home/user/catkin_ws/src/linux_exam/this/is/my/linux/exam/ (mark: 0)

:heavy_multiplication_x: [12:21:32] [assess] Linux Task 1(b): my_file.py file NOT found
Check:

  • Can you run bash /home/user/catkin_ws/src/linux_exam/task1.sh without errors?
  • I’m expecting the file /home/user/catkin_ws/src/linux_exam/this/is/my/linux/exam/my_file.py (mark: 0)

Hi @consultingjericho,

The error messages state that your script is not creating the this/is/my/linux/exam folder.

Please review your scripts, and double check especially the instructions.

Bear in mind that the folder has to be created by the script, not manually by you.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.