You are on page 1of 6

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 perticular file from your computer after applying these
concept the perticular folder will be in accessible and undeletable So, the steps
are as follow:-

Step to make a folder unacceessible and undeletable:-

Step-1

Open the command prompt by pressing window key and are simultaniosly then
type CMD and press enter.

Step-2

In the command prompt window type the syntax as “cacls” “path” /e /p


everyone:n.

Step-3

Example:- cacls H:\ram \e \p everyone:n

Step-4

Now press enter, The following will shown.

Step-5

Now when you will try to access NSM folder the following error message will be
shown, as the folder is in accessible and undeletable.

Output:-
EXPERIMENT – 2
Aim:- An experiment to implement the access right to make a folder accessible
and deletable which was previosly made in accessible and undeletable by
applying the concept of confidentially.

Step to make a folder accessible and deletable:-

Step – 1

Open the command prompt.

Step – 2

In the command prompt window type the syntax as – cacls path /e /p everyone:f

Step – 3

Cacls C:\NSM /e /p everyone:f

Step – 4

Press enter key

Step – 5

The folder will be accessible now.

Output:-
EXPERIMENT – 3
Aim:- implement the concept of confidentiality to fide a file or folder.

Confidentiality is a set of rules or promise that limit access or place restriction on


curten type information. In information security, confidentiality is used to make
sure that information is disclosed only to user with authorization.

Step to make hide a folder:-

Step-1

Open the command prompt by pressing window key and are simultaneously, that
type CMD and press enter.

Step-2

Create a folder in any drive . Exa- abc

Step-3

Now, to hide a folder from unauthorized user type the syntax as-

Attrib +S +H “path name” in the command prompt window.

Example- attrib +S +H “G:\abc”

Step-4

Now press enter the following will be shown.

Step-5

Now the folder abc will be hidden in G drive and no can access it.

Output:-

You might also like