HP OpenView System Administration Handbook [Electronic resources] : Network Node Manager, Customer Views, Service Information Portal, HP OpenView Operations نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

HP OpenView System Administration Handbook [Electronic resources] : Network Node Manager, Customer Views, Service Information Portal, HP OpenView Operations - نسخه متنی

Tammy Zitello

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


20.6 files AND DATA


Integrity of the files and data is very important to the success of an OpenView system management environment. It is recommended that frequent backups be performed of the OVO runtime and configuration data. The Oracle database provides data protection via passwords and restrictions on data access. Periodic audits of the file system reduce the risk of data security vulnerabilities. One way to check for files and directories with open permissions is with the

find command, as shown in the following examples:

Use the find command to check for files with all permissions open to the world:

# find / -type f -perm 777 print

Use the find command to check for directories with all permissions open to the world:

#find / -type d perm 777 print


    / 276