我用我所知道的所有方法,包括:ifconfig 使用setup命令 进入/etc/sysconfig/network-scripts/ifcfg-eth0 改了以后,重启网卡。然后在ifconfig eth0看一下还是原来的地址。 请问各位,这是什么原因造成的??
# passwd user1 Changing password for user user1 New password: Retype new password: RPC: Can't encode arguments The password has not been changed on server. passwd: Failed preliminary check by password service
想在 redhat AS3 和 Fedora 3 上使用无线网卡進行連接, redhat AS3 會做成Wireless AP, 請問各位試過有那些54M或108M的无线网卡可以正常使用? PCI 或 PCMCIA 的都可以.
要更改/sbin/reboot的权限,目的是只有管理员(即root用户可以执行reboot命令),操作如下: [code][root@redhat~]$ chmod 766 /sbin/reboot[/code] 然后换成普通用户登陆,执行reboot,不能执行,因此确定修改权限成功。 但是发现问题:用ls -l /sbin/reboot来显示reboot这个文件的信息的时候显示如下: [code]lrwxrwxrwx 1 root root 4 Mar 31 10:30 reboot ->; halt[/code] 从上面代码说明others用户的执行权限并没有改变,...
偶曾经问过的问题现在仍有兄弟在问特整理了一下 由于redhat9不能象以前那样配置时区。经常会出现错误 没图形界面! 用 /usr/sbin/timeconfig 错误如下 Traceback (most recent call last): File "/usr/share/redhat-config-date/timeconfig.py", line 29, in ? from timezone_map_gui import ZoneTab File "/usr/share/redhat-config-date/timezone_map_gui.py", line 18, in ? import gtk File "/usr/src/build/218821-i3...