How to change a perforce user to superuser

╄→尐↘猪︶ㄣ 提交于 2020-05-13 05:48:39

问题


How do I change a standard perforce user to a super user? Seen lots of questions on what to do if the super user password is lost but none on how to create another super user, or give a current user super user permissions.


回答1:


You will need to update the Perforce Protections table for that user.

For example:

write user jen * //...

becomes:

super user jen * //...

More information about Perforce Protections is here:

http://www.perforce.com/perforce/doc.current/manuals/p4sag/chapter.protections.html

Hope this helps, Jen.



来源:https://stackoverflow.com/questions/32090757/how-to-change-a-perforce-user-to-superuser

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!