From what you have in your screenshot
. is a DIRECTORY
.. is a DIRECTORY
data.txt is a NORMAL FILE
.myfile1 is a HIDDEN FILE
.myfile2 is a HIDDEN FILE
Answer: 2
1 Like
. means this directory
.. means parent directory
bob@ubuntu-host ~/data ⮕ cd ..
bob@ubuntu-host ~ ⮕
You may like to consider doing this course before LFCS
1 Like
