Aim-Implement The Concept of Access Right To Make A Folder in Accessible and

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Experiment-1

Aim- Implement the concept of access right to make a folder in accessible and
undeletable.
Access right are the permission that are granted to a user or an application to read, write, or erase
a particular file from your computer. After applying this concept the particular folder will be in
accessible and undeletable so the steps are as follows.

Step to make a folder in accessible and undeletable:-

1) Open the command prompt by pressing the window key and are simultaneously, then
type CMD and press Enter.
2) In the Command Prompt Window type the syntax as,
C:\>cacls c:\path /e /p everyone:n
3) Eg.- C:\>cacls c:\ns /e /p everyone:n

4) Now press Enter, the following will be shown. Now when you will try to access ns folder
the following error message will be shown. As the folder in accessible and undeletable.

You might also like