Skip to main content
Notice removed Draw attention by user5858
Bounty Ended with Question Overflow's answer chosen by user5858
Tweeted twitter.com/#!/StackUnix/status/533045145147424768
Notice added Draw attention by user5858
Bounty Started worth 50 reputation by user5858
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.9k
  • 205
  • 1.8k
  • 2.3k
edited tags
Link
terdon
  • 252.7k
  • 69
  • 481
  • 719
Source Link

How to disallow file modification time change for non root users

I don't want anybody to create a file then change the creation date to backward date(For example using touch or system call).

In my Ubuntu hosting account I'm getting many hacked php code getting uploaded.

Disallowing them to change the time of file when it landed will help me locate new files easily.

What is the way to achieve it? I could not find answer anywhere!