From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yigit Can" Subject: setting time from web Date: Thu, 11 Mar 2004 17:13:41 +0200 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <001c01c4077b$a4cbad80$3002a8c0@yigitcan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux c programming Hi, I'm trying to write a progam that manipulates time of linux from web in C but, When I try to do this, the settimeoftheday function gives permission denied errors becouse while I am accessing from web my uid becomes nobody my question is how can I do this ? Or how can I change user from web ? Thank you Yigit