|
|
[root@localhost jerry]# ifconfig
bash: ifconfig: command not found
这里命令也不对么?权限已经到root啦。
还有启动apache:/etc/init.d/apache restart么?为什么里面没有apache这个服务。
好郁闷哇~
还有最麻烦的就是,与外界的通讯不知道为什么老是中断~~~
我刚从Ubuntu转过来,不会有这么多的问题吧。
还有最麻烦的就是Xp启动不了。
[root@localhost jerry]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,6)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=-1
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,6)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=791
initrd /initrd-2.6.18-1.2798.fc6.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
这个应该没有问题吧。
[jerry@localhost ~]$ fdisk -l
bash: fdisk: command not found 这个命令也不能用么?????
[jerry@localhost ~]$ df
文件系统 1K-块 已用 可用 已用% 挂载点
/dev/mapper/VolGroup00-LogVol00
8951108 659196 7829884 8% /
/dev/hda7 147764 10770 129365 8% /boot
tmpfs 253232 0 253232 0% /dev/shm
/dev/hda8 7236192 3959544 2903140 58% /usr
/dev/hda1 8225228 6925948 1299280 85% /c
/dev/hda5 10143120 9381000 762120 93% /d
/dev/hda6 2736374 2163804 572570 80% /e
不清楚是哪里出的问题。 |
|