I want to run the linux application to as another user ( Other then root ). In my application we have written the socket program and i am using the raw socket to ping the database server. As we run the application as root then it is able to ping the server. but when it is run as normal user other then root then it is not able to ping the database server.
Can you please tell how to run the process with normal user ? How can we check process is running with which user ?
Thanks,
