Monday, October 14, 2019

ls

1. How do you check the list of files and directories timestamp wise ?
   ls -ltr

2. How to check hidden files in  a directory ?
   ls -ltra

3. How to see the long list of files ?
   ll

Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

So Someone asked me a question,  Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...

Popular Posts