File Permissions and Access Control Lists
Create a simple file and do ls -ltr to see the details of the files
ls -lrt
Here,
ls, --lists all files and directories present in the present working directory.
-l, --long listing.
-r, --reverse order, which is used to reverse the order of listing....
neha99.hashnode.dev2 min read