Linux Basic Commands
1. ls command
In Linux, the command "ls" is one of the most commonly used. It's used to display a list of files and sub-directories in the current directory.
A Linux command has the following basic syntax:
ls [ Options ] [File]
OptionsDescriptio...
learning-ocean.hashnode.dev5 min read