ubuntu 工作命令(一)

来源:互联网 发布:c 读取串口数据 编辑:程序博客网 时间:2024/06/01 09:49

1,图形化打开某个路径的文件夹。

nautilus /home
nautilus是文件管理器,应该是你说的可视化窗口

2.~$ gnome-terminal --help
用法:
  gnome-terminal [选项...]

帮助选项:
  -h, --help                      显示帮助选项
  --help-all                      显示全部帮助选项
  --help-terminal                 显示终端选项
  --help-window-options           显示每个窗口的选项
  --help-terminal-options         显示每个终端的选项
  --help-gtk                      显示 GTK+ 选项
  --help-sm-client                显示会话管理选项

应用程序选项:
  --disable-factory               不用激活名称服务器注册,不重用激活终端
  --load-config=文件              载入一个终端配置文件
  --save-config=文件              保存终端配置到文件
  --display=显示                  要使用的 X 显示

GNOME 终端模拟器
OptiPlex-755:~$ gnome-terminal -t
无法处理参数:缺少 -t 的参数
OptiPlex-755:~$ gnome-terminal --help-all
用法:
  gnome-terminal [选项...]

帮助选项:
  -h, --help                      显示帮助选项
  --help-all                      显示全部帮助选项
  --help-terminal                 显示终端选项
  --help-window-options           显示每个窗口的选项
  --help-terminal-options         显示每个终端的选项
  --help-gtk                      显示 GTK+ 选项
  --help-sm-client                显示会话管理选项

Options to open new windows or terminal tabs; more than one of these may be specified:
  --window                        打开包含默认配置下一个标签页的一个新窗口
  --tab                           在最后一个打开的窗口中打开一个默认配置下的新标签页

Window options; if used before the first --window or --tab argument, sets the default for all windows:
  --show-menubar                  打开菜单栏
  --hide-menubar                  关闭菜单栏
  --maximize                      最大化窗口
  --full-screen                   全屏幕窗口
  --geometry=几何形状             设置窗口大小;例如:80x24,或者80x24+200+200 (行x列+X坐标+Y坐标)
  --role=角色                     设置窗口角色
  --active                        将上次指定的标签页设定为所在窗口的当前标签页

Terminal options; if used before the first --window or --tab argument, sets the default for all terminals:
  -e, --command                   在终端中执行此选项的参数
  --profile=配置文件名            使用提供的配置文件而非默认配置
  -t, --title=标题                设置终端标题
  --working-directory=目录名      设置工作目录
  --zoom=缩放                     设置终端的缩放系数(1.0 = 正常大小)

GTK+ 选项
  --class=类                      窗口管理器所使用的程序类
  --name=名称                     窗口管理其所使用的程序名
  --screen=屏幕                   要使用的 X 屏幕
  --sync                          同步调用 X
  --gtk-module=模块               装入额外的 GTK+ 模块
  --g-fatal-warnings              将警告变为严重

会话管理选项:
  --sm-client-disable             Disable connection to session manager
  --sm-client-state-file=FILE     Specify file containing saved configuration
  --sm-client-id=ID               Specify session management ID

应用程序选项:
  --disable-factory               不用激活名称服务器注册,不重用激活终端
  --load-config=文件              载入一个终端配置文件
  --save-config=文件              保存终端配置到文件
  --display=显示                  要使用的 X 显示

GNOME 终端模拟器