Linux下如何用gedit打开文件
ringa_lee
ringa_lee 2017-04-17 15:53:58
0
5
788
ringa_lee
ringa_lee

ringa_lee

reply all(5)
洪涛

gedit text.txt

PHPzhong

gedit is a graphical interface program and the system needs to support it. Just like on DOS, you can only operate the program in a black frame.

洪涛

Linux Server generally does not have a desktop environment. When editing files in the ssh shell, you can use nano (simple) and vim (advanced) to edit files, or you can call the local system's visual editor in FileZilla through sftp on the server ( Customized) to edit remote server files. IDEs like Netbeans even support remote project development based on sftp, that is, the running environment of the program is located on the remote Linux server.

左手右手慢动作

In the server environment, you can only use editors that can be used under commands such as vim. If you are in a desktop environment, call $ gedit textfile.txt on the command line to open it

巴扎黑

gedit requires a gui environment, so if it is Linux with a GUI environment, just execute gedit file directly in the terminal.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template