2024-02-21, 03:16 AM
In that shell, try using the following commands:
- ls -l {To print items in current directory. -l flag to display it in a list with info}
- cd <directory to move into> {cd "change directory" will allow you to move around directories}
- cat <filename> {prints out a file to the screen}