Using the information above, draw a diagram to illustrate the file and folder structure, and permission strategy for the H:\ and W:\directories.
From the given information in the question,
H:\
W:\directories.
Here we have to change the drive H to drive w
We can use the below command to change the directory.
Now, if we wants to create the directory, then we have to enter the following command.
To make the directory, the following command will be helpful.
mkdir to create the new directory and dir command will show the list of directories.
We can allow the required permission with the help of the following command.
/p - set new permission
/e - Edit permission and kept old permission.
{username} - Name of user
{Permission} -
R - Read
W - Write
C - Change
F - Full Control
? - help command
Comments
Leave a comment