Linux can access hidden folders. The access method: 1. Connect to the corresponding Linux host, enter the Linux command line state, and wait for the shell command to be entered; 2. Enter the shell command "cd. 1.test/"; 3. Press the "Enter key" to run the shell command and use the cd command to enter the hidden folder.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
Can Linux access hidden folders?
Use the command to enter a hidden folder under Linux
You can use the cd command to enter the same as an ordinary folder. The steps are as follows:
1. First, connect to the corresponding folder. Linux host, enter the Linux command line state, and wait for the shell command to be entered.
#2. Enter the shell command on the linux command line: cd .1.test/.
#3. Press the "Enter" key on the keyboard to run the shell command. At this time, you will see that the hidden folder has been successfully entered using the cd command.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of Can linux access hidden folders?. For more information, please follow other related articles on the PHP Chinese website!