Skip to main content

Linux command: ls - list directory contents

Illustrated: Phone book

ls - list directory contents

ls [OPTION]... [FILE]...

Commonly used options

  • l: long
  • a: all
  • S: sort by size
  • t: sort by last modified timestamp
  • r: sort reversed
  • R: recursive
  • F: append indicator (one of */=>@|) to entries

Popular posts from this blog

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.

Java: error - could not find or load main class

Java Error: Could not find or load main class Java: Common mistake of beginners

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.