Now you probably want to know what’s in the directory you’re currently in. To find this out, you use “ls,” for which there are a number of things you can add to see more detailed results. This will show you a list of all unhidden directories and files in the current directory.
ls –l will show you a list with directory and file details
ls –a will show you a list with hidden files
Previous Home Next