Question: What is the best way to give DBA's permission to increase a file size? I've looked into SUDO and that's not an option. The two commands they need to run are smit and chfs. Thanks in advance.
Thanks for responding Victorv. I'm trying to make it easy for the DBA's to change the file sysytem size by using smitty opposed to using the command line option. They might have to use the command line. I've investigated using SUDO and by giving them access to smit fs, I've given them root access to everything, which is bad. (They can pop out to a root shell.) Any ideas? Can I put them in a group or something and change the permission on chfs??
A sudo to smit chfs is still an option, just make sure that the shell escape is prohibited, e.g. by setting
[tt]SHELL=/usr/bin/sorry[/tt]
before executing smit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.