ChinaUnix.net
相关文章推荐:

optEmbedSkylinux26304archarmIs a directory

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 阅读(817) 回复(0)

相关讨论

# useradd -g oinstall -G dba oracle # passwd oracle oracle用户创建成功后 # su - oracle su: No directory! 这是为什么,网上没搜到 谢谢

by guoq.lee - Solaris - 2009-06-04 13:57:01 阅读(6499) 回复(21)

#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 阅读(2927) 回复(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 阅读(1793) 回复(3)

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

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

Hi Gurus, my $POSTFIXPATH/spool/postfix/incoming directories have unusual sizes: ls -lsaR $POSTFIXPATH/spool/postfix/incoming showed that there were NO files (except 16 sub diretories). However, du -h $POSTFIXPATH/spool/postfix/incoming showed that around 6 MB had been allocated to $POSTFIXPATH/spool/postfix/incoming. Have I missed anything? Or something fishy? Thx in adv Cheers

by ygzq - Linux论坛 - 2003-07-08 23:54:20 阅读(421) 回复(4)

oracle directory manager 无法启动求帮忙!winxp 10.2 输入127.0.0.1 显示无法绑定主机。 [ 本帖最后由 zlure 于 2009-8-23 16:45 编辑 ]

by zlure - Oracle - 2009-08-22 22:59:53 阅读(1389) 回复(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 阅读(2148) 回复(5)

用Sun directory Server来做系统用户认证 纯测试环境,一个server 一个客户端 都是solaris系统 Server设置好了,请教client如何配置为LDAP验证。

by ph19840216 - Solaris - 2008-12-25 16:14:07 阅读(996) 回复(1)

用C/C++来enumerate某个目录下的文件, 夸平台的, 运行Linux/Win32上都行, 当然不能用readdir/opendir/ etc on Linux and also can't call FindNextFile or other something like these APIs on Win32

by SybaseLU - C/C++ - 2008-12-16 03:44:57 阅读(1080) 回复(2)

用db2 list db directory 显示系统数据库目录时,directory entry type选项中有两个参数:remote和indirect,分别代表什么意思,什么场合下用remote,什么场合下用indirect???

by 54810399 - DB2 - 2008-11-11 16:29:22 阅读(2964) 回复(2)