Skip to main content

how to see when a folder was created

Comments

3 comments

  • cPanelMichael
    Hello :) You could access the server via SSH and run the following command:
    stat /path/to/directory
    Thank you.
    0
  • markkus
    Hi Thanks for attention I'm searching for something more advanced, something like how the file was created, some web application like the wordpress creating automatic files, uploaded by injection etc.
    0
  • cPanelMichael
    You could try searching the domain access logs for the account to see when the directory was created (if it was through a PHP script). Otherwise, there's nothing that's going to easily tell you what created a directory after the fact. Thank you.
    0

Please sign in to leave a comment.