|
发表于 2003-4-8 16:44:08
|
显示全部楼层
You can open a shell prompt by selecting Main Menu => System Tools => Terminal.
In the shell, can type:
vi [filename].
And then you can type e to enter edit status,
then can type i to enter insert status.
If you want to exit the vi state,
press Esc key, Ctrl+:,
than type wq to enter the default shell environment.
With some system files, carefully use vi to modefy them. |
|