Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1454092
  • 博文数量: 150
  • 博客积分: 65
  • 博客等级: 民兵
  • 技术积分: 3415
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-25 10:30
个人简介

游戏后台开发

文章分类

全部博文(150)

文章存档

2020年(1)

2019年(4)

2017年(3)

2016年(6)

2015年(4)

2014年(45)

2013年(86)

2012年(1)

发布时间:2013-10-30 17:49:26

NAME     uname - print name of current systemSYNOPSIS     uname [-aimnprsvX]     uname [-S system_name]DESCRIPTION     The uname utility prints information about the current  sys-     tem on the standard out.........【阅读全文】

阅读(1617) | 评论(0) | 转发(0)

发布时间:2013-10-30 17:43:39

NAME     split - split a file into piecesDESCRIPTION     The split utility reads file and writes it in linecount-line     pieces  into  a  set  of output-files. The name of the first     output-file is name with aa.........【阅读全文】

阅读(1159) | 评论(0) | 转发(0)

发布时间:2013-10-30 17:35:50

vi、touch是创建文件的命令vi foo.txt cp、mv也算是吧,因为cp是拷贝文件,mv是移动文件另外还有好多命令能够创建文件,之要该命令能够重定向输出到一个不存在的文件,就会创建文件。例如tail -f -n 200 /usr/local/tomcat/logs/catalina.out > /tmp/tomcatlog.log //将tomcat日志文件的最后200行内容写入到/t.........【阅读全文】

阅读(1482) | 评论(0) | 转发(0)

发布时间:2013-10-30 17:28:31

fg、bg、jobs、&、ctrl + z都是跟系统任务有关的,虽然现在基本上不怎么需要用到这些命令,但学会了也是很实用的一。& 最经常被用到   这个用在一个命令的最后,可以把这个命令放到后台执行二。ctrl + z     可以将一个正在前台执行的命令放到后台,并且暂停三。jobs   .........【阅读全文】

阅读(1103) | 评论(0) | 转发(0)
man

发布时间:2013-10-30 17:05:32

Location of Manual Pages     The online Reference Manual page directories are convention-     ally  located  in  /usr/share/man.  The  nroff  sources  are     located in the /usr/share/man/man*  directories. &nbs.........【阅读全文】

阅读(1027) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册