ChinaUnix.net
相关文章推荐:

Starting nagiosNo directory

我用的是redhat 9.0,启动时在 starting sendmail 与starting sm-clinet 处停留很久才能进入系统, 我怎么把它关掉? 谢谢!

by dlnick - 服务器架设 - 2005-09-28 23:06:44 阅读(1185) 回复(6)

相关讨论

hi i am an expereinced Linux administrator want to learn some real programing about linux system & network administration any good book should start to read? any small hints will make me a happy guy thx

by ivyharry - 程序开发 - 2006-01-15 09:52:06 阅读(892) 回复(4)

finish installing freeBSD,when it starting appear:configuring syscons:blanktime I must wait for a long time,how to resolve this problem?please answer me in chinese,I can't use chinese input.thank you!

by sitlhj - BSD - 2004-08-25 08:36:10 阅读(815) 回复(4)

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)

近日对rh9进行内核升级后发现usb端口不能使用,于是按照网上有关资料(如下): "新的2.6.0内核中使用的USB模块大多数已经改名,因此需要修改/etc/rc.sysinit中对USB子系统初始化的代码。将该文件中所有的“keybdev”改为“usbkbd”、“mousedev”改为“usbmouse”、“/proc/bus/usb”改为“/sys/bus/usb”,并在/etc/init.d/halt中进行同样的修改。此外,还要在/etc/rc.sysinit中找到“needusbstorage”,做如下修改:      need...

by sjzzyg - 系统管理 - 2006-09-02 10:50:49 阅读(3437) 回复(2)

在LINUX学习安装MYSQL,遇到了问题,自己翻译了一下手册,和大家共享吧。 Generally, you start the mysqld server in one of these ways: 1.By invoking mysqld directly. This works on any platform. . 2.By running the MySQL server as a Windows service. This can be done on versions of Windows that support services (such as NT, 2000, and XP). The service can be set to start the server automatically when Wi...

by garfield61 - PHP - 2006-01-09 22:31:56 阅读(759) 回复(0)