GIAC
GSSP-JAVA · Question #52
GSSP-JAVA Question #52: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-JAVA to reveal the answer and full explanation for question #52. The question stem and answer options stay visible for context.
Question
Which of the following are valid code samples for creating file permissions? Each correct answer represents a complete solution. Choose all that apply.
Options
- AFilePermission per = new FilePermission("-", "read, execute");
- BFilePermission per = new FilePermission("<<ALL FILES>>", "read");
- CFilePermission per = new FilePermission("file1", "read, write");
- DFilePermission per = new FilePermission("/bin/*", "execute");
- EFilePermission per = new FilePermission("/tmp/myfile", "read, delete");
- FFilePermission per = new FilePermission("/*", "read");
Unlock GSSP-JAVA to see the answer
You've previewed enough free GSSP-JAVA questions. Unlock GSSP-JAVA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.