Do all operations have to be performed in this black window? I want to see what files there are. Why is there no response?
That’s right, it can only be done in this black window. Of course, you can also install the desktop, but it is not recommended.
ls -a There is a space in the middle
ls -a
It’s not that there is no response, it’s that there are no files in the current directory. Just cd / and then ls to see all the files.
Yes, that’s it, view all files ls -la
Yes, there are no files in the ~ directory. After cd /, you can ls again, and some directories of the server will appear.
That’s right, it can only be done in this black window. Of course, you can also install the desktop, but it is not recommended.
ls -a
There is a space in the middleIt’s not that there is no response, it’s that there are no files in the current directory. Just cd / and then ls to see all the files.
Yes, that’s it, view all files ls -la
Yes, there are no files in the ~ directory. After cd /, you can ls again, and some directories of the server will appear.