Can we remove the world-writable permission from various files and directories in the NetOps Portal?
search cancel

Can we remove the world-writable permission from various files and directories in the NetOps Portal?

book

Article ID: 207672

calendar_today

Updated On:

Products

DX NetOps

Issue/Introduction

Can we remove the world-writable permission from the following files and directories in the NetOps Portal?

/opt/CA/PerformanceCenter/sso/uninstall
/opt/CA/PerformanceCenter/DM/uninstall
/opt/CA/PerformanceCenter/PC/uninstall
/opt/CA/PerformanceCenter/uninstall
/opt/CA/PerformanceCenter/EM/uninstall
/opt/CA/MySql/uninstall

Environment

Release : 20.2

Component : CA Performance Center

Resolution

Yes you can, to do so you can issue the following commands:

chmod -R o-w /opt/CA/PerformanceCenter/sso/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/DM/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/PC/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/uninstall
chmod -R o-w /opt/CA/PerformanceCenter/EM/uninstall
chmod -R o-w /opt/CA/MySql/uninstall