Shell / Commands

ls

English

Overview

A command for listing a directory's contents.

Details

A command that lists the contents of a specified directory, with options to show detailed information or hidden files. The -l option adds details like permissions, owner, size, and modification time, and -a includes dotfiles (hidden files); combining them as ls -la is common in practice.

More Linux terms