WinSCP Link centos7 how to find the ~ directory

I put some files in the ~ directory of centos

[root@izuf6gdhs7pd18mvy40nilz ~]-sharp ll
total 136860
-rw-r--r-- 1 root root 140132627 Jan 24 05:32 go1.11.5.linux-amd64.tar.gz
drwxr-xr-x 4 root root      4096 Feb 13 17:39 gopath
[root@izuf6gdhs7pd18mvy40nilz ~]-sharp

then find that the files under / can only be found through winscp
how to find the files in the directory and what is the purpose of the directory

Jun.15,2022

1, ~ indicates the user directory, which is usually located after remote login.
2. Enter the command pwd directly, and enter to see the path of ~ .
3. Your ll has seen the files in the ~ directory.

Menu