I am using this command which is working fine
sudo find / -user web132 -ls
but when I am trying like
sudo find / -user web132 -ls -lh
I am getting the wrong syntax error. How can I get the file sizes belonging to a user in MB.
I am using this command which is working fine
sudo find / -user web132 -ls
but when I am trying like
sudo find / -user web132 -ls -lh
I am getting the wrong syntax error. How can I get the file sizes belonging to a user in MB.
You may want to do:
This will give you all files belonging to the user of this given size
Or:
That will return every single file belonging to the user, detailing the absolute path and the size