Access Linux Home Directory: Quick Guide
In Linux systems, you can access the home directory using the command line. To go to the home directory, you can use the following command:
cd ~
Or perhaps
cd /home/用户名
Both commands can switch the current working directory to the user’s home directory, where the username is that of the currently logged in user.