What directory is '~' when I type 'cd ~'?

前端 未结 11 1818
伪装坚强ぢ
伪装坚强ぢ 2021-01-05 20:32

I\'m only new to using SSH, but when I log in I end up in the directory ~, which in general is the same directory when FTPing in. I can still go to /, but I don\'t know what

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-05 21:20

    ~ is your home directory. To see the path type:

    echo ~
    

    in the terminal

提交回复
热议问题