abhishek
(Abhishek Prakash)
February 13, 2023, 12:14pm
1
If you are following the Terminal Basics series on It’s FOSS, you can submit the answers to the exercise at the end of the chapter:
Fellow experienced members are encouraged to provide their feedback to new members.
Do note that there could be more than one answer to a given problem.
easyt50
(Howard )
February 13, 2023, 9:57pm
2
“Type ls / in the terminal and press enter. It will show you the content of the root directory. Try it.”
I try it and get; “bash: /: Is a directory”
nevj
(Neville Jackson)
February 13, 2023, 10:30pm
3
You were dyslexic Howard, i tried it
$ / ls
bash: /: Is a directory
but
$ ls /
works .
I do it all the time, very frustrating.
Cheers
Neville
1 Like
4dandl4
(Daniel Phillips)
February 13, 2023, 11:57pm
4
I have to “cd /” and then do “ls”. “ls /” just displays content where as “cd /” changes directory and “ls”
will then display the content. I was trying to use “rm -rf” but could not until I did the “cd /”.
easyt50
(Howard )
February 14, 2023, 12:29am
5
LMAO! Thanks for the help on just a simple thing.
I read it as type “in /”. When it was Type ls /.
Next time I will try to look a little closer. And maybe " around the command would have help me.
1 Like
nevj
(Neville Jackson)
February 14, 2023, 1:47am
6
easyt50:
I read it as type “in /
Oh, I see I (uppercase i) and l(lowercase l) look the same. Cant we get a better font?
Note what @4dandl4 says - being in the directory is different
abhishek
(Abhishek Prakash)
February 14, 2023, 2:58am
7
I changed the text to highlight the command. It should be a bit better now @easyt50
2 Likes