Unlike any other linux distro, ubuntu also allows ls command for listing the directory files in the current directory.
the command for listing the hidden files in the current directory is
ls -a
also -l option is for long list
-t sorts the files in ascending order of date of change of file
the command for listing the hidden files in the current directory is
ls -a
also -l option is for long list
-t sorts the files in ascending order of date of change of file
Comments
Post a Comment