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 present working directory.
-l, --long listing.
-r, --reverse order, which is used to reverse the order of listing.
-t,...
madhup.hashnode.dev3 min read