Login
Remember
Register
Ask a Question
Write a command that will display all .txt files, including its individual permission.
+1
vote
asked
May 11, 2021
in
Linux
by
rajeshsharma
Write a command that will display all .txt files, including its individual permission.
#display-files
linux
commands
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 11, 2021
by
rajeshsharma
ls -al *.txt
...