Question 8Is it possible to have write access to a file in Windows without having read access to that same file? 1 pointMaybeNoYes
Question
Question 8Is it possible to have write access to a file in Windows without having read access to that same file? 1 pointMaybeNoYes
Solution
Yes, it is possible to have write access to a file in Windows without having read access to that same file. Here are the steps to do it:
- Right-click on the file you want to change permissions for, and then click on 'Properties'.
- In the 'Properties' window, go to the 'Security' tab.
- Click on the 'Edit' button under the 'Group or user names' section.
- In the 'Permissions for Users' window, select the user or group that you want to change permissions for.
- Under the 'Permissions for Users' section, check the 'Write' box under the 'Allow' column, and uncheck the 'Read' box under the 'Allow' column.
- Click on 'Apply', and then 'OK' to save the changes.
This will give the selected user or group write access to the file, but they will not be able to read the file.
Similar Questions
A user is attempting to access a file. According to their job description, they should be able to read and modify the file. You look at the Access Control List and there are no rules denying access to the user. There are also no rules allowing access to the user.What is preventing the user from accessing the file?1 pointFederationImplicit denyLeast privilegePrivilege creep
How Can we read and Write files in .NET?
ect answerWhat does the following code do?FileInputStream fis = new FileInputStream("test.dat");OptionsIt creates a new file named test.dat if it does not exist and opens the file so you can write to it, if write permission is available.It creates a new file named test.dat regardless of whether it exists or not and opens the file so you can write to it, if write permission is available.It thows an error if the file named test.dat does not exist and opens the file, if it exists, so you can read from it and write into it, if write permission is available.It creates a new file named test.dat regardless of whether it exists or not and opens the file so you can read from it and write to it, if write permission is available.Finish
Which of the following operations can be performed on the file "NOTES.TXT" using the below code? FILE *fp; fp = fopen("NOTES.TXT", "r+"); ans. Writing Read and Write Appending Reading
Jackie creates a shared folder on sWinPC1 and saves a file for others to read assigning the Share Permissions Read to the Everyone group. Alex logs on to sWinPC1 and opens the file and adds some data. Will share permissions prevent Alex from saving this file?Group of answer choicesNoYes
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.