UbuntuHelp:GnomeTerminal

出自Ubuntu中文

Parent: Software

目录

[编辑] Terminal

The terminal gives you access to programs that don't have a graphical user interface (GUI), that do, and a whole host of commands. Getting to know what you can do via the terminal can be one of the most enjoyable things about using Ubuntu. Features include tabbed 'terminating'. Menu: Applications > Accessories > Terminal

[编辑] Screenshot

GnomeTerminal?action=AttachFile&do=get&target=scrn-terminal.png

[编辑] Installation

  • Part of the default Ubuntu installation

[编辑] Change the default Terminal window size

The default size of the Terminal window is around 80 columns wide and 24 columns high. To alter this, edit the file /usr/share/vte/termcap/xterm. You can use the following command: sudo gedit /usr/share/vte/termcap/xterm Just a few lines from the top will be the line reading:

co#80:it#8:li#24:\

Change the number right after co# to change the width. Change the number right after li# to change the height.

[编辑] Hints and Tips

Use the 'sudo' command prior to any other terminal command in order to run it as a superuser. Additionally, just typing in 'sudo !!' will run the previous command as superuser.

[编辑] Other applications you may wish to look at

[编辑] Further Reading