![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to extract owner from find command | tjay83 | Shell Programming and Scripting | 5 | 08-12-2008 04:21 AM |
| find size of folders and its subfolders with the Owner details | bsandeep_80 | UNIX for Advanced & Expert Users | 5 | 04-15-2008 03:03 AM |
| Owner of file gets 'not owner' error for chgrp | brizrobbo | SUN Solaris | 4 | 12-18-2007 05:30 PM |
| how to find the owner PID of open socket on Solaris9? | sleepy_11 | UNIX for Dummies Questions & Answers | 1 | 12-11-2007 06:18 AM |
| Little bit weired : Find files in UNIX w/o using find or where command | jatin.jain | Shell Programming and Scripting | 10 | 09-19-2007 06:47 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
If you are on Solaris, you can use this:
find . -user username -print This will display all the files in the current directory with the owner of "username". If you cant to find all the files in the system, you could change to the root dir and use that command. Ex: cd / (type "pwd" to see if you are in the "root" directory, it should come up with just a "/") find . -user username -print |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|