+1 vote
in Linux by
Write a command that will display all .txt files, including its individual permission.

1 Answer

0 votes
by
ls -al *.txt
...