I’m working on “The Command Line Crash Course”, and when I try to run “mkdir temp” in PowerShell (Windows) I get something like “Access to the path is denied”, and according to the book http://cli.learncodethehardway.org/book/ex4.html I’m supposed to get something really different. Any ideas?
Share
This could be possibly due to the Access permissions. Try running as an
AdministratorYou can also use the runas to resolve your purpose.Something like this:-
OR
You can create the directory somewhere where you have write access