Basic repetitive linux cmds

Here I’ll just log all the basic linux commands I’ve had to type several times.

list directory contents

  • show the hidden files: ls -a
  • show the file permissions, owners, filesize, created timestamp, filename: ls -l
  • show the contents order by creation timestamp desc ls -lt



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • 6 months a data engineer…
  • Failing forward; Lessons from Airflow error alerts.
  • Learning while working.
  • Can Machine Learning Help Predict Heart Disease? A Data Science Exploration
  • Predicting House Prices; MLR vs RFR