UNIX

HPUX - file permissions - swverify

wowbelly 2017. 12. 18. 21:14


If there are many files with incorrect permissions, it is easiest to run
swverify(1M) with a wildcard that will check all the files on the system:

# swverify -v -x fix=true \*

For further information see the swverify man page:

fix=false If true, runs vendor-specific scripts to correct and
report problems on installed software. Fix scripts can
create missing directories, correct file modifications,
(mode, owner, group, major, minor), and recreate
symbolic links. If false, fix scripts are not run.

WK

Problem never ends, you must know how to fix it


'UNIX' 카테고리의 다른 글

Memory Commit  (0) 2019.09.26
HPUX Security Guide  (0) 2018.01.25
UNIX password file id group  (0) 2017.12.07
Bash Arithmetic Expression  (0) 2017.12.07
lsof 리눅스  (0) 2017.12.01