ChinaUnix.net
相关文章推荐:

armlinux error stdioh No such file or directory

本代理程序的目的想实现 接受远程请求,启动网元连接程序vcit,然后传递远程任务和接收网元返回报告。 采用双管道的方式,但是fork的子进程 在执行execl出错:execl error: No such file or directory, 该代码片断开始是能执行的, 加入socket之后就不行了,请高人帮忙,指点迷津! // file: prg6_1.c #include /* These are the usual header files */ #include /* for bzero() */ #incl...

by microchu - C/C++ - 2006-08-14 11:40:27 阅读(3596) 回复(1)

相关讨论

我在linux 下装 oracle 时遇到了这个问题,error in setting permisssions of file /directory shanllow/jre/1.1.8/LICENES error in setting permisssions of file /directory shanllow/jre/1.3.1/CHANGES 但问题是我根本就没在 1.1.8 下找到 LINCENES 没在 1.3.1 下找到 CHANGES,是不是java 环境装得有问题? 我的 linux 是 fedro core , oracle 是 9.2.0 , jdk 1.3 我忽略掉两个error 后 copy 文件 copy 到 libpreemptive_clos...

by shanllow - Oracle - 2005-05-30 17:48:10 阅读(1221) 回复(4)

I can not remove a directory even use root to remove: rm: Unable to remove directory backup//fs/123: file exists rm: Unable to remove directory backup//fs: file exists rm: Unable to remove directory backup/: file exists pls advise.

by taker2001 - Solaris - 2007-10-09 18:13:35 阅读(3698) 回复(3)

FC6 . TCL脚本中: if { [catch {exec mv $filedir\/* $targetdir/} result] } { puts "error:$result" 运行结果: error:mv: cannot stat `/aaa/*': No such file or directory /aaa已存在.用的是绝对路径.脚本不在根目录下. 如果用具体的文件名代替*,也可以在脚本中运行成功. 但这个目录下有多个不规则文件,能不能用一条语句实现文件移动? 手动在shell执行mv /aaa/* ....也能成功.在脚本中就不行. [ 本帖最后由 thin...

by thinothing - Shell - 2009-07-11 14:16:26 阅读(1516) 回复(0)

#include #include #define SIZE 10 struct score_type//定义学生五科成绩的结构体 { int computer; int progrome; int PE; int english; int maths; }scores; struct student_type//定义俩个学生信息的结构体 { int num; char name[10]; int age; char sex; struct score_type scores; }std1[SIZE],std2[SIZE]; void input_data() { file *fp; int i; if ((fp = fopen("Student Informati...

by DoctorHouse - C/C++ - 2008-05-07 23:44:54 阅读(5221) 回复(5)

root@nmsvr # ls FXS9 base root@nmsvr # ls -l ./base: No such file or directory drwxrwxr-x 4 vobadmin answgrp 54 Mar 7 2006 FXS9 base这个文件夹明明是可以看到的,但是却ls -l不到。 请大家指点,谢谢

by simon_solaris - Solaris - 2007-09-29 16:18:13 阅读(2258) 回复(3)

我在加载winxp下的硬盘分区时提示 No such file or directory谢谢

by xahsp - Linux论坛 - 2003-12-08 18:46:09 阅读(538) 回复(0)

armlinux开发环境建立及内核编译说明 1。armlinux开发环境建立。 编译整个toolchains,需要大约500M的空间。 首先,选择你要安装的目录。比如是: /usr/src/armlinux 下载以下软件包到你选择的目录下: binutils-2.11.2.tar.gz gcc-2.95.3.diff.bz2 gcc-2.95.3.tar.gz glibc-2.2.3.tar.gz glibc-linuxthreads-2.2.3.tar.gz linux-2.4.18-rmk7.tar.bz2 和以下相关文件,都放到一个目录下.。 build-toolchain initrd.img README skyey...

by laosui - 内核/嵌入技术 - 2006-01-30 00:21:14 阅读(2577) 回复(1)

我总是碰到No such file or directory,但明明文件时有的,比如: ppm install RRDs.ppd,他非说我没有rrds.tar.gz,其实是在那个路径上的; 有比如,运行个ntmakefile.pl,他说 Could not open 'RRDs.pm': No such file or directory at D:/Perl/lib/ExtUtils/MM_Unix.pm line 2718. 其实MM_Unix.pm也是有的,就在那个路径上。 这是怎么回事呢,知道请指点,谢啦先! (*^__^*)

by quiac - Perl - 2009-05-22 17:32:28 阅读(7097) 回复(5)

ps aux > ps.tmp while read none pid user pr ni virt res shr status cpu mem time command do grep $command ps.tmp | awk '{print $7,$8,$9}' done < top.tmp top.tmp是top的输出, 因为top没有输出进程的tty, start等信息,所以我又到ps aux的输出里面去grep 可是上面的脚本中 grep $command ps.tmp | awk '{print $7,$8,$9}' 的输出是 grep: : No such file or directory ? Ss 19:05 grep: : No such f...

by fjmingyang - Shell - 2008-05-06 16:33:58 阅读(10458) 回复(13)

我在FC6 上输入rpcinfo 报错:no such file or directory, 不知道我哪个软件包没有安装,请高手赐教,谢谢!

by zhanguoz - 系统管理 - 2006-12-30 14:23:22 阅读(794) 回复(2)