In a (Windows) command prompt you type "cd C:\Users\msmith", the output is "Access is denied." How can you overcome this issue.

  • Use the "dir" command instead of cd to force access to the directory
  • Run cmd.exe as an Administrator
  • 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

Your Score:
Operating Systems
Security
Software Troubleshooting
Operational Procedures
CompTIA A+ 220-1002
  • Operating Systems
    • This question is filed here
  • Security
  • Software Troubleshooting
  • Operational Procedures