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