I am very new to linux. While practicing the file management commands I have found that 'ls' and 'ls -l' gives 2 different outputs but they appears to be related to each other.
The content of the file hello.sh is echo "Hello world"
can anyone explain what does 'ls -l' gives as output.
man ls
which will show you the reference manual page forls
.man
allows you to search... – guiverc Mar 10 '20 at 05:54