早期的unix系统把帮助文档的8个部分都集中在一起,随着页数的增多,现在按照主题放在不同的手册中。1CommandsThosecommands
thatcanbeexecutedbytheuserfromwithinashell.1PPosixCommands2SystemcallsThosefunctionswhichmustbeperformedbythekernel.3LibrarycallsMostofthelib..
分类:
其他好文 时间:
2014-11-27 18:51:07
阅读次数:
218
Following 8 sections are available in the man page.General commandsSystem callsC library functionsSpecial files (usually devices, those found in /dev)...
分类:
其他好文 时间:
2014-11-26 20:29:00
阅读次数:
164
fedora20,安装yum install ncurses-devel编译时:-lncurses头文件:#include参考:man ncurses \linux程序设计一,屏幕1, 以initscr()开始,以endwin();结束 WINDOW *initscr(void); //初始化 .....
分类:
系统相关 时间:
2014-11-25 12:20:00
阅读次数:
328
有一个两分的case出现段错误,真是没救了,估计是要写bfs的形式,可能栈溢出了#include #include #include #include #include #include using namespace std;int G[1001][1001] = {0};class Man {p...
分类:
其他好文 时间:
2014-11-25 00:05:49
阅读次数:
231
一般在我们的键盘上都有一个 printscreensysrq 键,在windows系统下,我们按下这个键就可以截屏了,截的是整个屏幕,在linux下我试了一下,也试可以的也是截取全屏,也是linux自带的一个截屏软件,gnome-screenshot,我们可以用man查看这条命令的具体用法.
这里我们就可以看到这条命令的一些基本用法.
选项
-w 抓取当前活动窗口
-...
分类:
系统相关 时间:
2014-11-24 11:53:38
阅读次数:
194
TIANKENG’s rice shop
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 345 Accepted Submission(s): 71
Problem Description
TIANKENG man...
分类:
其他好文 时间:
2014-11-24 10:17:51
阅读次数:
240
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.
For example,
"A man, a plan, a canal: Panama" is a palindrome.
"race a car" is not a pa...
分类:
其他好文 时间:
2014-11-24 10:10:28
阅读次数:
152
查看man ls时,发现很多man中的参数是不支持的。1 重建manpages数据库sudo /usr/libexec/makewhatishttps://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/...
分类:
数据库 时间:
2014-11-23 20:05:42
阅读次数:
264
tar整理1. 压缩文档中的绝对路径man tar:-P, --absolute-names don’t strip leading ‘/’s from file names测试:# 压缩时默认不处理'/', 以相对路径处理#tar -cvf data1.tar /tmp/data1/tar:...
分类:
其他好文 时间:
2014-11-22 11:49:08
阅读次数:
228
man: Manual 意思是手册,可以用这个命令查询其他命令的用法。
pwd:Print working directory 意思是密码。
su:Swith user 切换用户,切换到root用户
cd:Change directory 切换目录
ls:List files 列出目录下的文件
ps:Process Status 进程状态
mkdi...
分类:
系统相关 时间:
2014-11-21 23:21:26
阅读次数:
328