ChinaUnix.net
相关文章推荐:

rhel6 pxe no filename or root path specified

i want to add a new path, and I change the /etc/profile in rh 7.2, but I cannot find the file (profile) changed. how can I do?????

by zay_74007 - Linux论坛 - 2003-11-04 17:25:52 阅读(495) 回复(1)

相关讨论

服务器配置文件: /etc/dhcpd.conf ddns-update-style interim; ignore client-updates; allow booting; allow bootp; subnet 192.168.0.0 netmask 255.255.255.0 { # --- default gateway option routers 192.168.0.1; option subnet-mask 255.255.255.0; option nis-domain "domain.org"; option domain-name "domain.org"; ...

by tangye - Linux论坛 - 2005-08-04 20:19:54 阅读(4915) 回复(7)

使用oninit -ivy報錯,為rootdbs空間太小,我把空間加了很大,還是出現同樣錯誤,有勞幫忙分析一下,謝謝,下圖供參考

by tcllxy - Informix - 2006-08-07 11:30:14 阅读(3663) 回复(6)

在hp-ux 11.31 中,请问如何增加rootpath,并使之生效。 目前有一个path下面的命令不能直接运行,每次telnet后,都需要export path=$PAHT:mypath,才能运行mypath目录中的命令,请问有什么法子修改rootpath呢?

by zhwsh - HP-UX - 2009-06-15 14:01:38 阅读(2898) 回复(4)

是在/etc/profile文件中直接加入下面一行吗? export path=$path:/newpath 因为没有发现profile中设置path的语句。

by dechon - AIX - 2006-05-23 08:55:44 阅读(5574) 回复(6)

Apache/2.0.53 (Unix) DAV/2 PHP/5.1.2, 使用了class.rFastTemplate模板, 在我机器上使用都没问题, 但是放在服务器上后, 出现这个错误.

by cqf820 - PHP - 2006-06-14 16:33:26 阅读(2550) 回复(6)

如果以root用户身份登录或者用 su - 命令进行切换,则修改 home目录下 .profile是管用的. 如果是简单的 用 su 进行切换, 则系统保留除 path之外 的所有环境变量, path被设为 /etc/default/su 中的 SUpath ,缺省时为 /usr/sbin:/usr/bin 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7635/showart_34217.html

by tubin15 - Solaris文档中心 - 2005-07-05 22:16:24 阅读(991) 回复(0)

iSCSI Linux diskless booting Created by cclausen. Last edited by cclausen, 7 days ago. Viewed 573 times. pxe boot to an iSCSI root using freely available Linux clients As a reference, I suggest you read through the iSCSI-root mini-HOWTO. I tried to use that mkinitrd script, but it did not work on a RedHat 7.3 system using the Linux-iSCSI 3.6.2 driver. I think it will work fine with other versions...

by zjjboy - Linux论坛 - 2005-06-09 19:29:31 阅读(1772) 回复(3)

我的网卡是Marvell Yukon Gigabit Ethernet 10/100/100 88E8001,支持pxe BOOT,但是rhel3默认不识别该网卡,我要网络安装怎么办? 我要通过pxe网络启动来安装rhel3, pxe网络启动没有问题,也已经进入了安装的界面,系统提示"选择语言,键盘类型"都没有问题, 然后提示,选择安装方法,选FTP, 然后提示,"No driver found" 这应该是因为没有找到网卡驱动模块,我已经下载并编译好了该网卡的驱动模块sk98lin.o,现在怎样可以使rhel3在安装的时候...

by victoryan - 网络与硬件 - 2005-01-05 12:12:20 阅读(1258) 回复(10)

ksh中path=$PKG_root/bin:$path什么意思? 不明白,之后path是什么东西?一个字符串?为什么后面有 :$path?

by 013strife - Shell - 2008-06-06 11:33:35 阅读(2266) 回复(2)

:) 请问在Linux下怎样设置可执行文件的路径呀? 也就是说让自己的可执行文件能够在非系统目录下直接执行。 望各位大虾不吝赐教! :lol:

by michaelyangsoft - Linux论坛 - 2004-02-10 18:25:29 阅读(1041) 回复(13)