Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I modify share permissions from the command line?

Command line permissions share
0
Posted

How can I modify share permissions from the command line?

0

A. The Windows NT resource kit ships with a utility called RMTSHARE.EXE that is used to modify permissions on shares, the syntax to grant access to a share is as follows rmtshare \\\ /grant :, e.g. rmtshare \\bugsbunny\movies /grant savillj:f Valid permissions are f for full, r for read, c for change and n for none. To revoke access to a share type rmtshare \\\ /grant , e.g. rmtshare \\bugsbunny\movies /grant savillj This would remove savillj’s access to the share. To view share permissions enter: rmtshare \\\ /users, e.g. rmtshare \\bugsbunny\movies /grant RMTSHARE.EXE also allows the creation and deletion of shares. Type rmtshare /? for help.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123