我是 Ubuntu 新手,我需要知道如何在终端中转到桌面上的文件夹。我还需要从文件夹中提取文件,如果您能告诉我将提取命令放在哪里的话。谢谢
答案1
打开终端然后输入以下命令:
cd ~/Desktop/[Name of the folder]
pwd
这应该显示预设的工作目录/home/[username]/Desktop/[Name of the folder]
。
我是 Ubuntu 新手,我需要知道如何在终端中转到桌面上的文件夹。我还需要从文件夹中提取文件,如果您能告诉我将提取命令放在哪里的话。谢谢
打开终端然后输入以下命令:
cd ~/Desktop/[Name of the folder]
pwd
这应该显示预设的工作目录/home/[username]/Desktop/[Name of the folder]
。