至于这一篇blog我当然回经常更新的,不然学的这些零碎的东西很快就忘记了。。 find * -type f 会把路径都显示出来。查找文件比ls -R方便。例如:[yangbin1@vHost-RH9 my]$ find * -type f | grep mysql.c linuxc/mysql_connect linuxc/mysql_connect.c linuxc/mysql.c sql/mysql.c #include<stdio.h> #include<strings.h>main() { 好象最大到2035年,不太清楚。 取出两个文件的交集,只留下同时存在于两个文件中的文件.cat file1 file2 | sort | uniq -d >file3 7,一个进程的多个线程中不但共享文件描述符,还共享文件指针的位置。所以被别的线程读过的文件,不要忘记lseek到文件开始处。 //..... linux sendfile if(-1 ==sendfile(fd,fds[i].fd,0,fds[i].size)) #else //......freebsd sendfile if (-1 ==sendfile(fds[i].fd,fd,0,0,NULL,NULL,0)) #endif 0 means no signal sent,but error checking is still performed; ret==0 means process running; ret==-1 and errno=ESRCH means process doesn't exist. other errors check urself cat /proc/sys/fs/file-maxcat /proc/cpuinfo cat /proc/meminfolinux上查看发行版本cat /etc/issue 查看系统相关信息uname -a int uname(struct utsname *buf) 13,在mysql中创建一个mydb库。将权限给某个user,密码为user123。create database mydb; grant all privileges on mydb.* to user@localhost identified by 'user123'; GET /index.html HTTP/1.0 HOST:yangjian.sina.com.cn sscanf(fielName, "%[ a-z]%[0-9].%[a-z]", user, date, suffix); |
linux中常用技巧总结
linux中常用技巧总结
2010年09月02日 星期四 上午 01:11