解压cpio文件:cpio -idmv cpio 安装/卸载deb包文件 dpkg -i openq_0.3.2-2006_i386.deb (安装openq) dpkg -l | grep openq (查找openq) dpkg -r openq (删除openq) dpkg --purge openq (删除openq的配置文件) 查看模块信息可以用modinfo hello.ko 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93706/showart_1905177.html
by 打死也不说2009 - Linux文档专区 - 2009-04-21 09:47:20 阅读(805) 回复(0)
在linux中有很多命令 其实,很早就接触linux了,可是不用你就根本就不会学到真正的知识。 甚至,你敲打键盘的速度都很慢 简单的命令也用不熟啊 命令吗,我现在感觉你必须先了解路径,否则有很多的命令会do not find或者not this command 在真确的路径下输入你的命令,改变路径的命令是cd 还有就是权限问题,有些时候我们必须在root下执行我们的命令当然会用到su还有sudo的,他们的不同,可在google里搜得 cal 是看日历的 glxgear是...
文本文件用vi ,more ,cat都可以,如messages 普通二进制文件用strings binary.errlog用uerf ,其中,用uerf -R 就可以倒序查看binary.errlog,常用的. #psrinfo -v 看CPU #pset_info 看CPU #vmstat -P 看MEM #Uerf -Rr 300 |more 看MEM #sizer -r 看OS盘 #disklabel -r rzxx或dskxx 就能知道加入磁盘阵的磁盘和系统本身的磁盘 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/187/showart_65952.h...
#!/bin/bash STR="com2sec mynetwork $2 $3" if ["$1" = "add"];then sed 1i\\"$STR" "$4" > tmp elif ["$1" = "rm"];then sed /"$2"/d "$4" > tmp fi mv tmp $3 运行时会出现如下错误,求指教 root@linux:/home# ./test add aa bb a ./test: line 3: [add: command not found ./test: line 5: [add: command not found
我编译内核时,键入make menuconfig 显示 make: command not found 意思是我没有make吗? 键入gcc也是一样。 用的是slackware,我记得全安了。怎么办?:shock:
Hi I have a input file like the below: V1^a,b V1^a V2^b,c V1^a,b,c V2^c,d V3^e,a,f I want the output file like the below. V1^a V1^b V1^a V2^b V2^c V1^a V1^b V1^c V2^c V2^d v3^e V3^a V3^f
不才供职与一家广电网络公司,最近在研究在FreeBSD下构件DHCP服务器,遇到不少问题,首先 我在网上找的教程第一条命令就执行不了 pseudo-device bpfilter 4 我的FreeBSD是最小化安装,启动后输入这条命令显示 pseudo-device:command not found 请问这是怎么回事啊? 另外能否有高人留个QQ或者MSN便与小弟随时请教,感激不尽!感激不尽啊!