![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 | Thread Starter | Forum | Replies | Last Post |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 03:48 AM |
| bash script working for small size files but not for big size files. | davidpreml | Shell Programming and Scripting | 1 | 11-01-2006 08:06 AM |
| RAM size | sekar sundaram | HP-UX | 4 | 08-29-2005 01:14 PM |
| getting RAM size | arunkumar_mca | High Level Programming | 6 | 05-30-2005 05:08 AM |
| Max I/O Size | keelba | UNIX for Dummies Questions & Answers | 1 | 12-17-2002 07:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
ls with size eq 0
I have 4 pizza boxes with cent0s installed and each on have a size of 0 when I do an ls and the directory I am concerned about is the /home. I cannot mkdir a directory or file in this /home directory. I get a message similar to this.
mkdir: cannot create directory ..... no such file or directory. Thanks Jim |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Are you allowed to do a ls there ie. are the permission set accordingly? Depends on which user you are, there are ownership & permissions on files and directories like for the "user", "group" and "others" and rights like "(r)ead, (w)rite, e(x)ecute". Check also man pages for chown and chmod maybe.
Btw, you can only mkdir a directory, not file. Files can be "touch"ed. Last edited by zaxxon; 07-29-2008 at 12:29 AM. |
|
#3
|
|||
|
|||
|
got it fixed. Systems were using automount.
Jim |
|||
| Google The UNIX and Linux Forums |