Chapter 7


1.

Fedora Core can automatically detect a number of digital cameras as if they were external USB disks or memory keys. Supposing that your camera is recognized as /dev/sda1 , configure your system so that users can mount their cameras and access the pictures using /mnt/digicam as a mount point.

first, create /mnt/digicam with the following command: mkdir /mnt/digicam then edit /etc/fstab and add the following line: /dev/sda1/mnt/digicam auto noauto,user,kudzu00

2.

Configure sudo to allow eziodm to install new software packages with the following command and no need to type a password:

   rpm ivh packagename.rpm   

edit /etc/sudoers and add the following line: eziodmall = nopasswd: /bin/rpm -ivh

Answers

1.

First, create /mnt/digicam with the following command:

   mkdir /mnt/digicam   

Then edit /etc/fstab and add the following line:

   /dev/sda1    /mnt/digicam     auto     noauto,user,kudzu    0    0   

2.

Edit /etc/ sudoers and add the following line:

   eziodm        ALL = NOPASSWD: /bin/rpm -ivh   



Beginning Fedora 2
Beginning Fedora 2
ISBN: 0764569961
EAN: 2147483647
Year: 2006
Pages: 170

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net