Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Are you sure the problem is due to the spaces? I haven't reviewed the whole script, but the call to mkdir looks correct. The most likely explanation is that /mnt/smbdisks/IT_linux/IT Linux Systems Dev & Support/Testing/Operation/Hello/World does not exist. Please move cd "${BASEPATH}" above the make_folder` call and try again. Commented Oct 8, 2020 at 15:06
  • 2
    Can you get it fixed by changing mkdir to mkdir -p? Commented Oct 8, 2020 at 15:07