ChinaUnix.net
相关文章推荐:

linux错误号

当我的linux报错的时候,我到哪里查找错误所代表的含义;

by gxjiang - Linux论坛 - 2004-06-02 12:13:57 阅读(659) 回复(0)

相关讨论

:lol: :lol: :lol: linuxx学习群,俺是新手 群组:7459419 加入请求: linux

by lang&cug - Linux论坛 - 2004-12-20 22:49:00 阅读(809) 回复(2)

#include int main(void) { int sum=0,i=0; char input[5]; //while(1) //{ //sum=0; scanf("%s",input); for (i=0;input != '\0';i++) { if (input<'0' || input>'9') { printf("invalid input\n"); sum=-1; break; } sum=sum*10+input-'0'; } printf("input=%d\n",sum); //} return 0; } 编译并执行后,输入:123 返回123 ;输入12345 ;输入123456 返回invalid inp...

by lightofcentury - C/C++ - 2009-06-25 22:55:26 阅读(1168) 回复(1)

#/usr/bin/csh TODAY=`date '+%Y%m%d'` #时间 echo $TODAY 我把该程序定义为1.csh,放在SuSE linux 9.2 (i586)运行,为什么出现如下错误啊 T5588-01:/export/home/asx/trycshell/check_machine # csh 1.csh TODAY=20080115: Command not found.

by xp20683 - Shell - 2008-01-15 14:13:27 阅读(1536) 回复(1)

以下是clinet端的源代码 #include "unp.h" main( int argc, char **argv ) { int sockfd, n; char recvline[MAXLINE+1]; struct sockaddr_in servaddr; /*struct sockaddr_in{ * short int sin_family; * unsigned short int sin_port; * struct in_addr sin_addr; * unsigned char sin_zero[8]; */ struct hostent *he; if ( argc != 2 ) { fprintf(stderr,"usage: a.out "); } if((he=ge...

by oxbat - C/C++ - 2007-11-12 17:46:53 阅读(1792) 回复(7)

第1张盘检测 SKIP 后 Runing anaconda the RedHat linux System installer please wait exec of anaconda failed :No such file or directoryinstall exited abnormally

by wangpeng18 - 系统管理 - 2006-03-31 13:01:27 阅读(1304) 回复(8)

linux学习的路上谁也会遇到错误提示,我是新手按照前辈们说的方法,一步一步照做有时都错误,可能是系统有些地方不同,或者是忽略了一些细节.自己研究时总是跳不出那个错误,希望各位前辈们能搜集各种错误提示,简明扼要的点出问题所在.比如一句话经典问答问的是方法,错误提示集锦问的是错误提示产生的原因. 不知道我的想法可不可行,如果不可行,可以删掉这一帖,如果可行请前辈们另开新贴,贴出产生错误提示的实例,产生的原因,解决方法,吸取...

by xuepeng009 - 系统管理 - 2005-12-29 18:22:58 阅读(1136) 回复(5)

etc/rc5.d/s20random: bad interpreter:Permission denied etc/rc5.d/s56rawdevices: bad interpreter:Permission denied 请问是怎么回事?

by ahking - Linux论坛 - 2005-06-03 09:43:38 阅读(491) 回复(0)

我在从任何级别启动时,总是出现 “Starting spamd: bind: Address already in use at /usr/bin/spamd line 177. [FAILED]” 然后它就停在那里了 请问这个问题怎么处理 ?

by bmwhjy - Linux论坛 - 2005-01-29 19:21:04 阅读(526) 回复(2)

[oracle@ciqdz /temp]$ ls -l total 4 -rwxrwxr-x 1 oracle dba 669 Oct 27 10:34 autodetect.sh* [oracle@ciqdz /temp]$ ./autodetect.sh bash: ./autodetect.sh: No such file or directory [oracle@ciqdz /temp]$ more autodetect.sh #!/bin/sh echo "----------------------------start------------------------";date #set environment variable ORACLE_BASE=/u01/product; export ORACLE_BASE ORACLE_HOME...

by mugen - Linux论坛 - 2004-10-27 10:38:43 阅读(512) 回复(0)