Unable to create files at instruction 13 in disruptors, it says no such file or directory exists, when I am trying to create a file (touch startups/disruptors/tech.txt or touch startups/disruptors/design.txt or touch startups/disruptors/education.txt ). Pretty usual because when I listed the files using “pwd” at the beginning there was no such directory named disruptors. Is this a bug or my mistake? Please help me out.
@webblaster78944,
You could use
find ~/ -name "disruptors"
so that you can position yourself properly with cd
1 Like
Thank you sir it worked.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.