From 022acdc9f3e652d60e2a8087c29117a3e8036d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E6=B4=8B?= <2597392218@qq.com> Date: Tue, 28 Jun 2016 14:51:26 +0800 Subject: [PATCH 1/3] Create file_system.err might find --- bugs/file_system.err | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bugs/file_system.err diff --git a/bugs/file_system.err b/bugs/file_system.err new file mode 100644 index 00000000000000..de358d6396d800 --- /dev/null +++ b/bugs/file_system.err @@ -0,0 +1,9 @@ +I might find a bug in file_system + when i 'cd //' and 'pwd' the computer display '//' + + then i 'cd ~' and 'pwd' the computer display '//home/wangyang' + the PS1 is also display '//home/wangyang' + + this bug find in centos ubuntu and mac + + From 6d9be14e805fc098061ad8e4babcd496d31faa0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E6=B4=8B?= <2597392218@qq.com> Date: Tue, 28 Jun 2016 14:55:58 +0800 Subject: [PATCH 2/3] Update file_system.err --- bugs/file_system.err | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bugs/file_system.err b/bugs/file_system.err index de358d6396d800..05f2715a7e4bc2 100644 --- a/bugs/file_system.err +++ b/bugs/file_system.err @@ -6,4 +6,7 @@ I might find a bug in file_system this bug find in centos ubuntu and mac - + #我肯发现了一个文件系统的bug + #当我 输入命令 'cd //' 的时候 , linux显示我当前的工作目录是'//' + #当我 输入命令 'cd ~' 后 ,linux显示我的工作目录是'//home/wangyang' + #并且 PS1 显示的并不是我的主目录 ~ 而是 '//home/wangyang' From 2809820ccbf1fb7a7bbff61142e153637e8849d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E6=B4=8B?= <2597392218@qq.com> Date: Tue, 28 Jun 2016 15:00:04 +0800 Subject: [PATCH 3/3] might bug might bug in file_system or bash --- bugs/file_system.err | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugs/file_system.err b/bugs/file_system.err index 05f2715a7e4bc2..5ee8ebd41075b3 100644 --- a/bugs/file_system.err +++ b/bugs/file_system.err @@ -6,7 +6,7 @@ I might find a bug in file_system this bug find in centos ubuntu and mac - #我肯发现了一个文件系统的bug + #我可能发现了一个文件系统的bug #当我 输入命令 'cd //' 的时候 , linux显示我当前的工作目录是'//' #当我 输入命令 'cd ~' 后 ,linux显示我的工作目录是'//home/wangyang' #并且 PS1 显示的并不是我的主目录 ~ 而是 '//home/wangyang'