Thread ls -l: was ist was? (5 answers)
Opened by pktm at 2007-07-17 22:55

bloonix
 2007-07-18 00:01
#95893 #95893
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
[quote=pktm,17.07.2007, 20:55]Größe der Datei (0 bei Ordnern?)[/quote]
Ein "Ordner" oder besser noch ein "Verzeichnis" ist auch nichts weiter als
eine Datei, die nach Anlage auf Linuxsystemen für gewöhnlich 4096 Bytes
groß ist.

Code: (dl )
1
2
3
# mkdir test
# ls -ld test
drwxr-xr-x 2 opi opi 4096 2007-07-17 21:59 test


Um wieviel Bytes die Datei automatisch vergrößert wird weiß ich nicht...
vielleicht um weitere 1024 Bytes.

Du kannst auch mal ein vi auf ein "Verzeichnis" machen um zu schauen,
was drin steckt ;)\n\n

<!--EDIT|opi|1184702755-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread ls -l: was ist was?