linux
chinalian
用知识去提高和充实自己
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux vi 常用命令
linux vi 常用命令 最近总结了linux vi编辑器 的常用命令,呵呵,拿出来分享一下,是在 ubuntu8.04上总结的,应该也适用于各版本的linux。 ================== vi命令 ================== vi a.txt 用vi编辑器编辑a.txt,如果不存在则建立空文件,默认是一般模式; --- a(光标后) i(光标前)转载 2012-11-06 15:54:10 · 614 阅读 · 0 评论 -
Linux常用Command
看看lbs socket server有没有启动 [~] # screen -ls 看socket server LOG(attach): [~] # screen -r lbs_socket_server (Ctrl+a d退出detach) (Ctrl+a esc进入copy mode,可以滚屏。ESC退出滚屏) (帮助Ctrl+a ?) attach后 Ctrl+c原创 2012-10-30 17:56:53 · 740 阅读 · 0 评论 -
Linux常用Command(2)
1、Linux查看IP地址的命令--ifconfig ifconfig命令用于查看和更改网络接口的地址和参数 $ifconfig -a 2、查看系统是64位还是32位: a、getconf LONG_BIT or getconf WORD_BIT b、file /bin/ls 3、ubuntu安装配置FTP Ubuntu 12.04下安装FTP软件当然选择大名鼎鼎的原创 2015-09-24 15:55:40 · 783 阅读 · 0 评论
分享