Red Hat Linux下重设IP地址
更改网卡IP地址,需有root用户权限,下面命令更改只在当前登陆有效,下次登陆需重设 :
ifconfig eth0 192.168.1.168 netmask 255.255.255.0 /renew
这个命令调用图形界面: system-config-network
这个是命令行: system-config-network-cmd
下面的是彻底的改变,永久有效(execute the following command as root):
vi /etc/sysconfig/network-scripts/ifcfg-eth0
改好之后需要重启网络服务:
service network restart
可以参考这篇文章,很详细: http://fedora.linuxsir.org/main/node/47
另外,以oracle的用户身份在linux shell下:emctl start dbconsole 启动oracle图形管理界面。
没有评论