[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Some question about Linux
On Wed, 6 Sep 2000, Kelvin Ng wrote:
> /dev/cdrom /mnt/cdrom iso9660 owner,noauto,ro 0 0
>
> It look like already being mounted during boot time.
> How do I mount it manually ?
From the fstab it does not look it is already mounted at boottime.
How did u infer this? If u r running RH6.2 (even others) there might be a
utility 'autorun' running when u loginto X. This will mount many of the
cd's and run respective softwares for them.
If u want to do it manually, u can do either:
mount /mnt/cdrom or mount /dev/cdrom
for unmounting
umount /mnt/cdrom or umount /dev/cdrom
> (Q2) How do I change IP address for my ethernet card ? > Should I need
reboot after change ?
Change the IP in /etc/sysconfig/network-scripts/ifcfg-eth0 (On RH)
and in /etc/hosts . and whereever u have put it.
You need not restart linux for changing most of its functionality.
Just restart the service (here network)
/etc/rc.d/init.d/network restart
However linuxconf gives a better interface if u don't know what do.
>
> (Q3) How do I check what modules or packages that I
> had installed and how do I remove or uninstalled
U can use kpackage (in kde), gnorpm (in gnome) rpmdrake(mandrake),
etc to see what packages are installed. Then u can selectively uninstall
them.
--
#!!! If anything can go wrong, _FIX_ it. (To hell with MURPHY)
Ajay kumar Dwivedi
ajayd@xxxxxxxxxx