DawnEve / txtBlog

[知识管理]A simple yet powerful blog system for reading and organizing txt/Markdown/html files, based on PHP.
https://www.biomooc.com/Python3/Python3-web.html#2
16 stars 8 forks source link

a Linux Error about after changing dir name #7

Closed DawnEve closed 3 years ago

DawnEve commented 4 years ago

I am in a dir(down panel) M, then I rename the parent dir(M to Match) with mv in the upper panel. I then remake a dir with the old dir name(M), and make some files in it.

When I came back the down dir, I still can handle files as if I am in the new dir(Match), though pwd said I am still in the old dir(M), before I change dir with "cd .."(then pwd said I am in Match dir);

I think the dir refresh(of the down panel) is delayed, which may confuse me greatly.

~/data is a soft link, pointing to /data/jinwf/wangjl/data

===

CentOS7

$ tmux -V tmux next-2.9

$ uname -a Linux bio_svr1 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.6.1810 (Core) Release: 7.6.1810 Codename: Core

Linux_Err_report