在终端 window 中启动文件管理器

start file manager in terminal window wheezy

有没有简单的方法以 root 身份在 GUI 中启动我的文件管理器?我只想暂时 create/update 一些文件,我想通过 GUI 来完成。

我正在使用 Raspberry Pi,即 运行 Wheezy。

取决于您的文件管理器。 例如: 须藤 pcmanfm &>/dev/null &

在 Raspbian(Raspberry Debian)中

来自终端控制台:

gksu pcmanfm -> 以 root 身份打开文件资源管理器

gksu leafpad -> 以 root 身份打开文件编辑器

在当前文件夹中打开文件资源管理器的最简单方法是pcmanfm .,这与MacOS系统上的open .基本相同。