ChinaUnix.net
相关文章推荐:

linux命令 ident

install Net::ident Running install for module Net::ident Running make for J/JP/JPC/Net-ident-1.20.tar.gz Is already unwrapped into directory /root/.cpan/build/Net-ident-1.20 Has already been processed within this session Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/0use......ok t/apache....skipped al...

by 红雨 - Perl - 2005-12-19 19:25:27 阅读(1273) 回复(1)

相关讨论

$creatuser -d -A -P dsapce ... $createdb -U dspace -E UNICODE (even with '-h localhost') Message shows below: createdb: could not connect to database template1: FATAL: ident authentication failed for user "dspace" my system: debian(sarge) postgresql 7.4.3

by hugojoe - PostgreSQL - 2004-09-09 12:10:53 阅读(1677) 回复(0)

1. 系统 # passwd:修改口令 # exit:退出系统 2. 文件 # cp:复制文件或目录,参数:-a递归目录,-i覆盖确认 # mv:改名移动 # rm:删除,参数:-r递归删除 3. 目录 # mkdir:创建目录 # rmdir:删除空目录 # cd:改变工作目录 # pwd:查看当前路径 # ls:列目录,参数:-a所有文件,-c按时间排序,-l详细信息 4. 文本 # sort:排序 # uniq:删除重复行 5. 备份压缩 # tar:档案,参数:-c创建新档案,-r追加到末尾,-t列出档案内...

by liyf0371 - Solaris文档中心 - 2009-10-28 09:22:27 阅读(4954) 回复(1)

帮忙看看哪里错了,总是会多显示目录: [code] #include #include #include #include #include #define BUFSIZE 1000 ino_t getnode(char *filename); /*return ino_t st_ino. st_ino is the I-Node Serial number*/ void printpath(ino_t this_node); void getname(ino_t my_node,char *dir,char str[]); /*return directory name */ int main(int argc,char **argv) {...

by lvscluster - C/C++ - 2009-05-23 12:32:57 阅读(1308) 回复(2)

1.ifconfig interface [option] 例:ifconfig eth0 192.168.0.2 netmask 255.255.255.192 broadcast 192.168.0.255 即设置了网络地址,子网掩码,网关,广播地址 ifconfig eth0 down 简写:ifdown eth0 停止eth0网卡 ifconfig eth0 up 简写:ifup eth0 开启eth0网卡 2.route route用来产生和修改路由表. 例子: route add -net 127.0.0.0 netmask 255.0.0.0 lo -net选项标示此路由指向网络. 3.netstat   功能是显...

by steve505 - AIX文档中心 - 2009-05-22 10:45:00 阅读(1723) 回复(0)

top控制里面用什么子命令实现进程列表里面只有自己想要的进程? 比如: 想在top控制里面只显示pid=1000的进程

by chenzhanyiczy - Shell - 2009-03-30 10:35:07 阅读(1476) 回复(4)

自己做个记号,怕忘记 freebsd: shutdown -p now linux: shutdown -h now 重起都是:shutdown -r now 或者 reboot 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/23663/showart_535760.html

by yuxiaqiao - BSD文档中心 - 2008-04-15 02:11:52 阅读(1491) 回复(0)

在分析日志如 192.168.100.67 - - [21/Mar/2007:14:38:13 -0500] "GET /ads_paper_jump_new.php?filename=xplus_ad.swf&adver_id=default&adver_pos=3&uid=&guid=&cpuid=73831336||00-50-8D-6B-5B-F0&magidno=46236439e9e4b7e6f78ac339e076ef58&mag_name=zine&ver=&site=&selfflag=maga&FBState=onlineexe&ranstr=1syq3xa2aic6t0cyfdooaoc321upk3ew HTTP/1.1" 200 时 我用sed -e 替换到第10位时,系统就把给我分成了1和0

by 玩皮鼠 - Shell - 2007-03-21 17:07:38 阅读(1839) 回复(5)

sudo apt-get update && apt-get install checkinstall 这组命令在两个命令中间用了两个&, &&表示什么意思?高手请指教,谢谢

by barrcuda - 系统管理 - 2006-12-19 21:38:08 阅读(861) 回复(2)

请教cat>a.txt cat命令不是显示或编辑文本文档吗?不是应该cat后跟要编辑的文件名吗? 那cat>a.txt是什么意思?谢谢,

by 2001033231 - 系统管理 - 2006-08-21 01:07:17 阅读(1103) 回复(9)

在这里可以找到所有linux命令的介绍和使用说明,拿出来和大家分享一下: http://www.oreillynet.com/linux/cmd/ :mrgreen:

by carinnar - 系统管理 - 2006-06-14 12:15:40 阅读(762) 回复(2)