Skip to main content

Simple Linux Command

1. ls - List Directory Contents

The ls command is used to list directory contents.

Syntax

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

2. chown - Change File Owner and Group

The chown command is used to change file owner and group.

Syntax

chown [OPTION]... [OWNER][:[GROUP]] FILE...