我使用命令scp text.txt root@*.*.*.*:/~将text.txt文件移动到home我的服务器目录。但它~在/我的服务器中创建了一个目录,我无法删除或访问它,因为当我运行命令时,cd /~它会将它假定为cd /home/username.
scp text.txt root@*.*.*.*:/~
text.txt
home
~
/
cd /~
cd /home/username
command-line
command-line ×1