Miscbrah Posted November 20, 2013 Posted November 20, 2013 Hi - normally I'd say the kid can try REMEMBERING where they save stuff, but the head's asked and I'm no Linux guru. Our file servers here run Linux (yay?) and I need some sort of command that will show me a list of files created or modified by the user in question last Friday. Is this an easy one? Is someone about to make this look simple? V grateful for any help.
bladedanny Posted November 20, 2013 Posted November 20, 2013 (edited) Doesn't really help but in past experiences %somewhere% means 'I didn't save it but don't want to get in trouble'. Don't know off the top of my head but try 'man find' and have a look at the options. --edit-- Just had a quick read myself and something along the lines of find -user $NAME -amin $n Where $name is username and $n is how long ago in minutes it was last accessed. Edited November 20, 2013 by bladedanny 1
SpuffMonkey Posted November 20, 2013 Posted November 20, 2013 You need some variation on the "ls -l" command piped into sort - have a read of linux - How can I sort ls by owner and group? - Super User for some examples 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now