Msys cd ..命令将我带到主目录而不是父目录


1

我在Windows 7上使用Msys,我认为它是一个Bash shell。

我想导航以下目录结构:

Drive (M:)
+--- Coding
   +--- CPP
      +--- projects
      +--- other_folder_1
      +--- other_folder_2

我的fstab文件包含以下行:

M:/Coding/CPP/projects/ /home/Adrian/

...打开shell时,这使项目文件夹成为我的起始目录。

不幸的是,当我尝试cd ..出于项目时,我最终进入/ home而不是CPP

我想这可能与我在fstab文件中所做的有关。有什么办法让我保留项目文件夹作为我的出发目录,同时能够CD到它的父目录?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.