有一個大尺寸未識別的文件夾,它不能被刪除或打開

Ubuntu各种衍生版本
回复
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

有一個大尺寸未識別的文件夾,它不能被刪除或打開

#1

帖子 寺島聰子 » 2018-04-13 20:19

m@m ~ $ ls
ダウンロード fstab PlayOnLinux's virtual drives
2chproxy.pl gPSU-g5wwU Public
8xs1y4 B L jd Release.key
aaa jre1.8.0_121 Release.key.1
apt-1.0.10.2 language.txt temp
backup Templates
bin texput.log
Desktop Music v2c
Documents My Kindle Content Videos
Downloads myMaintaining VirtualBox VMs
dump.txt myprogram vmware
dwhelper OlivineEditor work
firefox Pictures
m@m ~ $ cd 8xs1y4 B L
bash: cd: 8xs1y4: No such file or directory

どうしたらよいですか?我該怎麼做?
m@m ~ $
附件
Screenshot-Untitled Window.png
Screenshot-8xs1y4 B L Properties.png
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#2

帖子 poloshiao » 2018-04-13 20:50

cd 8xs1y4 B L
Try
cd 8xs1y4\ B L
Notice : There is a space between \ and "B L"

Refer to :
https://www.tecmint.com/manage-linux-fi ... haracters/
How to Manipulate Filenames Having Spaces and Special Characters in Linux
White Space in file name
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#3

帖子 寺島聰子 » 2018-04-13 23:05

m@m ~ $ cd 8xs1y4\ B L
bash: cd: 8xs1y4 B: そのようなファイルやディレクトリはありません
m@m ~ $ exp
expand expiry export expr
m@m ~ $ export LANG=en_US.UTF-8
m@m ~ $ cd 8xs1y4\ B L
bash: cd: 8xs1y4 B: No such file or directory
m@m ~ $ cd 8xs1y4 \ B L
bash: cd: 8xs1y4: No such file or directory
m@m ~ $
onlylove
论坛版主
帖子: 5215
注册时间: 2007-01-14 16:23

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#4

帖子 onlylove » 2018-04-13 23:26

it should be 8xs1y4\ B\ L, you can type 8xs1 and then type tab try to use auto complete to complete it

I think this folder maybe generated by wine or some other programs
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#5

帖子 寺島聰子 » 2018-04-14 1:00

you can type 8xs1 and then type tab try to use auto complete to complete it
:Grimace 最初この英文が何を書いているか理解できず、途中でタブ補完のこととわかりました。
At first I could not understand what this English sentence is writing, and I understood that it was supplementing tabs on the way.

m@m ~ $ cd 8xs1y4\ B\ L
m@m ~/8xs1y4 B L $ ls

現在開く動作中?凄く時間がかかっている。コンピュータの応答も凄く遅い。
Currently opening action in progress? It takes a lot of time. The response of the computer is getting slow.

これは、終わりそうにない。
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#6

帖子 寺島聰子 » 2018-04-14 1:04

ctr+c でキャンセルしました。次はどうしたら?

ありがとうございました

Canceled with ctr + c. What to do next?

Thank you very much. onlylove様 poloshiao様へ
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#7

帖子 poloshiao » 2018-04-14 9:56

cd 8xs1y4\ B L
cd 8xs1y4\ B\ L

Sorry, I have ignored that there is also s space between B and L.
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#8

帖子 poloshiao » 2018-04-14 10:05

m@m ~/8xs1y4 B L $ ls
Try
m@m ~/8xs1y4 B L $ ls -al ./
Any output ?
8xs1y4 B L jd Release.key
Something like
8xs1y4?B?L?jd?Release.key
where ? are Non-printable characters or spaces.
i.e.
8xs1y4?B?L?jd?Release.key means a file.

This kind of directories and files (Their names include Non-printable characters or spaces) have better accessed from suitable graphic applications instead of from terminal.
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#9

帖子 寺島聰子 » 2018-04-14 10:52

代码: 全选

m@m ~ $ su
su                 sudoedit           sum                
su-to-root         sudoreplay         suspend            
sudo               sulogin            suspicious-source  
m@m ~ $ sudo chown m  8xs1y4\ B\ L
Display all 122 possibilities? (y or n)
m@m ~ $ sudo chown m -v 8xs1y4\ B\ L
[sudo] password for m: 
`8xs1y4 B L' の所有者を root から m へ変更しました
poloshiao様の回答をもらう前に
https://www.youtube.com/watch?v=fHlydu4Yh8A
を参考にして、上述の通り変更を加えてしまった。
得到poloshiao的答案之前
我參照以上所述對上述內容進行了修改。
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#10

帖子 寺島聰子 » 2018-04-14 11:50

8xs1y4 B L jd Release.key

Something like
8xs1y4?B?L?jd?Release.key
where ? are Non-printable characters or spaces.
i.e.
8xs1y4?B?L?jd?Release.key means a file.

This kind of directories and files (Their names include Non-printable characters or spaces) have better accessed from suitable graphic applications instead of from terminal.
よく理解できなかったですが、画像を添付します。我無法理解,但我會附上一張圖片。
Try
m@m ~/8xs1y4 B L $ ls -al ./
Any output ?
m@m ~ $ cd 8xs1y4\ B\ L
m@m ~/8xs1y4 B L $ ls -al ./
四分鐘已過,但沒有輸出。
4分経過したが、何のアウトプットもない。
附件
Screenshot-Terminal.png
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#11

帖子 寺島聰子 » 2018-04-14 11:57

あいまいな記憶に基づく仮説。
基於模糊記憶的假設。
このLinux mint17.2 オペレーティングシステムは、初めてLinux使ったときからのもので、当初はウインドウズのハードディスクも接続しており、
ウインドウズから?或いはLinuxから?他方を操作?アクセスしたこともあったような。
這款Linux mint 17.2操作系統是第一次使用Linux,最初與Windows硬盤連接,
從Windows? 還是從Linux? 操作其他? 您似乎已經訪問過它。 :Aadterboom
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#12

帖子 寺島聰子 » 2018-04-14 14:43

削除できました!!

1. 管理者権限でファイルマネージャ(caja)を起動して、フォルダ「8xs1y4 B L」を削除しようとしたが、動きがない。
1. I tried deleting the folder "8xs1y4 B L" by launching the file manager (caja) with administrator privileges, but there is no movement.

2. 同様にして「ゴミ箱へ移動」を選択すると「問題なく消える」
2. Similarly, if I select "Move to Trash", "Disappear without problem"

3. ゴミ箱の中身を見れないので、ネットで検索したら
I can not see the contents of the trash can, so if I search on the net
https://ichigenkoji.wpblog.jp/?p=2622

代码: 全选

sudo rm -rf ~/.local/share/Trash/files/*
sudo rm -rf ~/.local/share/Trash/info/*
削除できない原因は「root権限でファイルやディレクトリをゴミ箱に捨ててしまった」でした。
The reason why it can not be deleted was "I deleted files and directories as trash in root".
m@m ~ $ sudo rm -rf ~/.local/share/Trash/files/*
[sudo] password for m:
m@m ~ $ sudo rm -rf ~/.local/share/Trash/info/*
m@m ~ $
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#13

帖子 poloshiao » 2018-04-14 17:53

權限 Permission
Screenshot-Terminal.png
m@m ~ $ ls
With command line from terminal,
it is adviced to use "sudo ls -al ./" istead of only using "ls" next time so that its output will give you more information including Permission.
通过终端機的命令行,建议以後使用 “sudo ls -al ./” 而不是仅仅使用 “ls”, 以便其输出会提供更多信息,包括权限。
头像
imxys
帖子: 51
注册时间: 2014-05-03 22:44
系统: Ubuntu 18.04;Manjaro

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#14

帖子 imxys » 2018-04-14 18:43

cool……
while viewing this topic
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 有一個大尺寸未識別的文件夾,它不能被刪除或打開

#15

帖子 寺島聰子 » 2018-04-16 20:41

通过终端機的命令行,建议以後使用 “sudo ls -al ./” 而不是仅仅使用 “ls”, 以便其输出会提供更多信息,包括权限。
はい、わかりました。Yes, I understand.(これは英語として正しいのか?Is this correct as English?)

私は最近、生活リズムの乱れで、最悪のコンディションが続いてた。頭がはっきりしなかったのです。​​
私は睡眠不足の状態では、Ubuntu中国語フォーラムにはぜったいに返信を書けない。機械翻訳を適用していくだけだが、その作業とLinuxそれ自体の技術的にまともな書き込みをしなければならぬというプレッシャーとで。​​今朝はそういった意味で状態良好だが、それでもなお返信する気力が出なかった。皆様失礼いたしました。

最近,生活節奏紊亂,最糟糕的情況繼續。 我的頭不清楚。 如果
我無法在睡眠不足的情況下給Ubuntu中文論壇寫信。 我們只應用機器翻譯,但是我們必須寫出這項工作的壓力和Linux本身的技術含義。 今天早上這種感覺很好,但我仍然無法回复。 每個人都很粗魯。

しかし、このUbuntu中国語フォーラムこそ、私がもっとも信頼する場であり、ここで最先端の科学的思考を学び取ることこそ、祖国日本と亡き父母への報恩であると考えている。
然而,這個Ubuntu中文論壇是最值得信賴的地方,我相信學習最先進的科學思想對祖國日本和已故的父母來說是寶藏。

imxys様、はじめまして。今後ともよろしくお願い申し上げます。
Mr. imxys, nice to meet you. Sincerely. :Smile
回复