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
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!
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...
# useradd -g oinstall -G dba oracle # passwd oracle oracle用户创建成功后 # su - oracle su: No directory! 这是为什么,网上没搜到 谢谢
#include
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不到。 请大家指点,谢谢
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
近日对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...
在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...