Problem
This tip will explain How to open a file manager of the current directory in the terminal
Solution 1
The following works in all desktop environments by using the default file manager:
xdg-open .
Solution 2
You can also open files from the terminal as if you had double clicked them in the file manager:
xdg-open file
Solution 3
If you are using Gnome, you can use the gnome-open command, like so:
gnome-open .
Solution 4
You can use nautilus [path]. for current directory -
nautilus .
Thank to adam for this tip
To reset your keyring.
1. Go into your home folder.
2. Press ctrl & h to show your hidden folders.
3. Now look in your .gnome2/keyrings directory.
4. Find the default.keyring file.
5. Move that file to a different folder.
6. Once done, reboot your computer.
To re-hide your hidden files, follow step 2.
本文介绍如何通过终端命令在不同桌面环境中打开文件管理器,包括使用 xdg-open、gnome-open 和 nautilus 命令的具体操作。

9408

被折叠的 条评论
为什么被折叠?



