In a (Windows) command prompt you type "cd C:\Users\msmith", the output is "Access is denied." How can you overcome this issue.
Run "chkdsk" to see if there are issues with the file system
Use "chmod a+r C:\Users\msmith" to give all users read rights to the folder
Run cmd.exe as an Administrator
Use the "dir" command instead of cd to force access to the directory