![]() |
|
|
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 |
| Can we get the list of users who accessed a file | Chanakya.m | Shell Programming and Scripting | 2 | 09-18-2007 06:58 AM |
| List current paths of users | Gandalf77 | UNIX for Dummies Questions & Answers | 4 | 10-02-2006 05:02 AM |
| list users current path | Gandalf77 | UNIX for Advanced & Expert Users | 1 | 09-29-2006 09:14 AM |
| How do you list users in a solaris group | gillbates | SUN Solaris | 6 | 09-28-2006 10:28 AM |
| Trying to get list of logged on users sorted | kungfuice | Shell Programming and Scripting | 7 | 07-26-2006 03:35 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
It seems that you dont permisson to the directory where you are creating the outfile.
Check if the current directory from which you tried to run the command,has the write access or create the Output to the some other directory to which you have write access. You could try writing it to either some directory under your home or use /tmp ls -ld /home/*/ > /tmp/OutFile (or) ls -ld /home/*/ > /home/<YourLogin>/OutFile Thanks Nagarajan Ganesan. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|