|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Who created a file?
Hi!Can somebody tell me what command can I use to find who created a file,please?
|
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
ls -l ?
Its owner is probably who created it. If it's not, you're out of luck. |
| The Following User Says Thank You to Corona688 For This Useful Post: | ||
jacobs.smith (06-26-2012) | ||
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
The command for a specific named file is: Code:
ls -lad filename Then look at the Owner field. |
|
#4
|
|||
|
|||
|
Ok.Thanks.I know.But ls -l returns a loong list and it's difficult to search my file there and see how created it.I was hoping there was an easiest way to find the owner.Somebody?
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Read the post in the thread below mine.
|
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Code:
ls -l your_file_name_here |
| Sponsored Links | |
|
|
#7
|
||||
|
||||
|
On Unix/Linux, in general, you cannot determine who created a file. All you can find out is who is the present owner of the file.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to delete core file (file created due to apps crashed) | s3270226 | Homework & Coursework Questions | 6 | 04-07-2011 12:13 PM |
| File created year | KiranKumarKarre | Shell Programming and Scripting | 3 | 05-29-2009 08:49 AM |
| How to know when a new file is created? | aixjadoo | UNIX for Dummies Questions & Answers | 1 | 07-02-2008 12:11 PM |
| File created time | yakyaj | UNIX for Advanced & Expert Users | 6 | 03-23-2007 09:20 AM |
| File Created On attribute | dpalmer | UNIX for Dummies Questions & Answers | 1 | 09-16-2001 10:44 AM |
|
|