Given the listed permissions on data.txt is it possible that user2 could have read, write, and execute permissions on data.txt?'''bash$ ls -ltotal 0-rwx------+ 1 user1 user1 0 Oct 27 10:54 data.txt

🎲 Try a Random Question  |  Total Questions in Quiz: 70  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Bash Quiz — practice the complete quiz, review flashcards, or try a random question.

MCQs For LinkedIn Skill Assessments. Bash is a Unix shell and command language.


Given the listed permissions on data.txt is it possible that user2 could have read, write, and execute permissions on data.txt?<br>'''bash<br>$ ls -l<br>total 0<br>-rwx------+ 1 user1 user1 0 Oct 27 10:54 data.txt<br>