Частина тексту файла (без зображень, графіків і формул):
МІНІСТЕРСТВО ОСВІТИ І НАУКИ, МОЛОДІ ТА СПОРТУ УКРАЇНИ
НАЦІОНАЛЬНИЙ УНІВЕРСИТЕТ «ЛЬВІВСЬКА ПОЛІТЕХНІКА»
З В І Т
до лабораторної роботи №4
з курсу «Безпека інформаційно-комунікаційних систем»
на тему:
“ Налаштування і оновлення програмних пакетів. Налаштування файлового сервера”
Львів – 2013
Мета роботи: отримати базові знання керування процесом встановлення програмних пакетів.
Хід роботи: Для налаштування файлового сервера нам необхідно встановити відповідні пакети.
Змонтуйте CD-ROM (згадайте завдання лабораторної «Управління файловою системою»).
На одному із установочних дисків у каталозі
rpm-ihv samba ...
rpm-ihv system-config-samba ...
Налаштувати конфігураційний файл / etc / samba / smb.conf.
Приклад конфігураційного файлу для налаштування файлового сервера:
#========================= Global Settings ====================== ===[Global]
# Workgroup = NT-Domain-Name or Workgroup-Name
workgroup = GROUPNAME
# Server string is the equivalent of the NT Description field
server string = Samba Server
hosts allow = 192.168.0. 127.
# This tells Samba to use a separate log file for each machine
# That connects
log file = / var / log / samba /% m.log
# Put a capping on the size of the log files (in Kb).
max log size = 500
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# Here. See the man page for details.
interfaces = eth0
# Domain Master specifies Samba to be the Domain Master Browser. This
# Allows Samba to collate browse lists between subnets. Don't use this
# If you already have a Windows NT domain controller doing this job
domain master = yes
#====== Share Definitions ==============================[homes]
comment = Home Directories
browseable = no
writable = yes
This one is useful for people to share files
[tmp]
comment = Temporary file space
path = / tmp
read only = no
public = yes
# A publicly accessible directory, but read only, except for people in
# The "staff" group
[public]
browsable = yes
comment = Public Stuff
path = / disks / public
public = yes
read only = yes
write list = @ staff
Запустити відповідні сервіси. Для нашого файлового сервера це smb.
service [ім'я сервісу] операція.
Доступні операції: stop, start, restart.
Виконання роботи
/
/
/
/
/
/
/
/
/
Висновок: на даній лабораторній роботі я отримала базові знання керування процесом встановлення програмних пакетів.