[Support] Ausgabeformat "ls -l"

Noèl Köthe noel at hostsharing.net
Sat Nov 4 14:07:10 CET 2006


Am Samstag, den 04.11.2006, 13:29 +0100 schrieb Alexander Hobein:

> was bedeuten die Spalten 2 und 5 wenn ich im ~/doms
> ein "ls -l" mache?
> 
> Beispiel:
> 
> drwxr-x---  6 xyz02-alex01 httpd 47 Feb 10  2006 domain1.eu
> drwxr-x---  6 xyz02-alex01 httpd 47 Feb 10  2006 domain2.eu
> drwxr-x---  7 xyz02-alex01 httpd 57 Aug 31  2005 domain3.de
> drwxr-x---  6 xyz02-alex01 httpd 47 Aug 10  2005 domain4.com
> 
> Wie ihr seht, unterscheidet sich da nur eine Domain von den andern.
> Ich würde gerne wissen, wieso.

Die 2. ist die Anzahl der links und das 5. die Größe. Du kannst das mit
"stat domain1.eu" angucken:

# ls -ld domain.de/
drwxr-x---  5 abc00 httpd 37 2001-06-20 08:53 domain.de/
# stat domain.de/
  File: `domain.de/'
  Size: 37              Blocks: 0          IO Block: 4096   directory
Device: 801h/2049d      Inode: 276430846   Links: 5
Access: (0750/drwxr-x---)  Uid: (20032/   nok00)   Gid: (  109/   httpd)
Access: 2006-09-02 00:09:59.000000000 +0200
Modify: 2001-06-20 08:53:03.000000000 +0200
Change: 2006-09-02 00:09:59.400154464 +0200

Die 5 und die 37 findet man bei "Size" und "Links".

-- 
Noèl Köthe <noel hostsharing.net>
Hostsharing eG, www.hostsharing.net



More information about the Support mailing list