cygwin をセットアップしようとしていますが、そのままでは機能しません。今、ホームディレクトリのファイルを使用できません:
$ pwd
/cygdrive/c/Users/jb/test
$ ls
t
$ ls t
t
$ ls ~/test/t
ls: File or directory "/cygdrive/c/Users/jb/test/t" is not found
$ ls /cygdrive/c/Users/jb/test/t
ls: File or directory "/cygdrive/c/Users/jb/test/t" is not found
何が間違っているのですか?ホームディレクトリにいるのにホームディレクトリが見つからないのはどうしてですか?