Change Unix permissions using a web interface
Posted: Wed Aug 14, 2002 6:30 am
Hi
I want to create a website where an admin user can specify permissions for certain users on certain UNIX directories using my web interface instead of doing it on the command line with the chmod command. How will I go about to accomplish this? I know a script file must be created containing the actual chmod command followed by the permission attributes (send as parameters), but I don't know how to create this script file in UNIX and also how to execute it with php code. I don't know Unix that well. Any help will be appreciated.
Thanks
I want to create a website where an admin user can specify permissions for certain users on certain UNIX directories using my web interface instead of doing it on the command line with the chmod command. How will I go about to accomplish this? I know a script file must be created containing the actual chmod command followed by the permission attributes (send as parameters), but I don't know how to create this script file in UNIX and also how to execute it with php code. I don't know Unix that well. Any help will be appreciated.
Thanks