Home > OS >  The client and the server access problems
The client and the server access problems

Time:10-20

Set up two accounts on the server, user1, user2, and create a Shared folder, user1 read-only permissions, user2 read and write access
On the client side using user1 network access, can be fulfilled at the same time through client development program with user2 login interface for a visit, and in the program can be written to the Shared folder

CodePudding user response:

Why can't user2 login using directly?

CodePudding user response:

Main purpose is to control can only modify by client development program, modify the information, if direct use USER2, already have write access, in use process will not through the client program modification, but directly modified through the network
  • Related