How to check username and password of linux terminal using php?
My requirement is that, command prompt output display in webpage. Already i have write this code.My question is that How to check terminal user using php ?.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have fullfill my requirement using posix_getpwnam php function.