I have another server on 4.3.3 and need to upgrade it to 5.2. While going through the prep work I noticed the "shutdown" group is missing. Any ideas if this will give me any problems with the upgrade? If so do i just create a group called "shutdown" ?
An interesting question. What is the shutdown group for? I ran the following script on my AIX box running 5200-05 and found no users belong to this group, although it did exist...
for i in $(cat /etc/passwd | cut -d: -f1)^Jdo^Jlsuser $i^Jdone | grep shutdown
I then ran I find to see if I could find any files in this group...
find / -group shutdown
Both turned up nothing, I must assume the answer to your question is no need to create a shutdown group, nobody belongs to it, and it nothing is set to it.
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.