gpt4 book ai didi

linux - 如何在 Linux 中添加新目录?

转载 作者:太空宇宙 更新时间:2023-11-04 05:58:14 25 4
gpt4 key购买 nike

我目前正在参加计算 GCSE,并且我已经进行了 Linux 控制评估,这是任务之一:

Create a directory within your home directory. Name it A452. Navigate to your new A452 directory. Type touch mynametextfile, where myname is your first name.

我尝试添加一个名为 A452 的新文件夹,然后打开终端并输入 touch matthewtextfile ,但这没有用。我对 Linux 很陌生,并且我尝试过维基百科,那么我应该做什么?

编辑:原来它在我的主文件夹中,而不是我新创建的文件夹中!

最佳答案

在你的终端中尝试一下:

$ cd ~               # move to your home directory
$ mkdir A452 # create directory named A452
$ cd A452 # mv to that directory
$ touch mynametextfile # create file "mynametextfile"

关于linux - 如何在 Linux 中添加新目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42504732/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com