我的 Ubuntu 看起来有点奇怪。cd
并mkdir
工作正常,但除 和 之外的说明ls
不rm
适用。我不确定问题是什么。没有其他方法来初始化这条路径吗?我之前已经解决了终端不工作的问题,但是这次指令没有执行,我无法继续我的实验。
(base) sohyeon@X11DAi-N:~$ ls
(base) sohyeon@X11DAi-N:~$ ls
(base) sohyeon@X11DAi-N:~$ ls
(base) sohyeon@X11DAi-N:~$ ls
(base) sohyeon@X11DAi-N:~$ mkdir bl
(base) sohyeon@X11DAi-N:~$ cd bl
(base) sohyeon@X11DAi-N:~/bl$ ls
(base) sohyeon@X11DAi-N:~/bl$ echo $PWD
/home/sohyeon/bl
(base) sohyeon@X11DAi-N:~/bl$ ^C
(base) sohyeon@X11DAi-N:~/bl$ ls -blah
(base) sohyeon@X11DAi-N:~/bl$
Run Code Online (Sandbox Code Playgroud)
(base) sohyeon@X11DAi-N:~$ type -a ls
ls is aliased to `ls --color=auto'
ls is /usr/bin/ls
ls is /bin/ls
Run Code Online (Sandbox Code Playgroud)
检查我的文件夹捕获图像。