• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

What is the correct path to access on the example.txt file using Windows file share where the servername is “rwc” and the sharename is “users”?

  • \rwc\users\example.txt
  • \\rwc\users\example.txt 
  • \\rwc\users\\example.txt
  • .rwc\users\example.txt
  • ..rwc\users\example.txt
Explanation & Hint:

The correct path to access the “example.txt” file on a Windows file share where the server name is “rwc” and the share name is “users” is:

\\rwc\users\example.txt

Double backslashes (\\) are used to specify the network path, followed by the server name and then the share name.

For more Questions and Answers:

Endpoints and Systems Post-Assessment | CBROPS

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments