Computer Science, asked by Khushi99445, 10 months ago

How can you ensure that no one modifies your file ? ​

Answers

Answered by Raghav1330
4

Some ways through which we can ensure that the file doesn't gets modified are mentioned below :

- First and foremost we need to open 'Command Prompt'

- Now we need to search our folder where we have saved it on our device and further have to write cmd after we see the path of the folder.

- Next step is to type a specific command in cmd which is given below

icacls <YOURFILERNAME> / deny Everyone : (OI) (CI) F

- After typing this specific command the files gets secured and further no one will be able to access the file or folder.

Similar questions