CyberSecurity Linux Commands

salman reza
1 min readApr 11, 2021

This month I will be focusing on writing Beginners Linux Commands. Every week I will write about 5 Linux commands and I would encourage anyone who wants to explore the field of CyberSecurity to practice these.

1) ls command

This command List files and folders in the current directory.

The Parameters are:

–l is used to list the content as a detailed list.

-a is used to Display all files (hidden + non-hidden).

--

--