UNIX: wie funktioniert das Betriebssystem?
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München [u.a.]
Hanser
1991
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Aus dem Engl. übers. von Rudolf J. Sauerer |
Beschreibung: | XIII, 424 S. graph. Darst. |
ISBN: | 3446156933 0132017407 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV004454939 | ||
003 | DE-604 | ||
005 | 20200804 | ||
007 | t | ||
008 | 910701s1991 gw d||| |||| 00||| ger d | ||
016 | 7 | |a 910848890 |2 DE-101 | |
020 | |a 3446156933 |c (Hanser) Pp. : DM 88.00 |9 3-446-15693-3 | ||
020 | |a 0132017407 |c (PrenticeHall) |9 0-13-201740-7 | ||
035 | |a (OCoLC)75198272 | ||
035 | |a (DE-599)BVBBV004454939 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
049 | |a DE-91G |a DE-12 |a DE-384 |a DE-473 |a DE-739 |a DE-858 |a DE-355 |a DE-29T |a DE-1046 |a DE-M158 |a DE-210 |a DE-706 |a DE-522 |a DE-634 |a DE-83 |a DE-11 |a DE-2070s |a DE-188 | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 440 |2 stub | ||
084 | |a 28 |2 sdnb | ||
100 | 1 | |a Bach, Maurice J. |e Verfasser |4 aut | |
240 | 1 | 0 | |a The design of the UNIX operating system |
245 | 1 | 0 | |a UNIX |b wie funktioniert das Betriebssystem? |c Maurice J. Bach |
264 | 1 | |a München [u.a.] |b Hanser |c 1991 | |
300 | |a XIII, 424 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Aus dem Engl. übers. von Rudolf J. Sauerer | ||
650 | 0 | 7 | |a UNIX |0 (DE-588)4061835-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a UNIX V |0 (DE-588)4193799-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a UNIX |0 (DE-588)4061835-3 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a UNIX V |0 (DE-588)4193799-5 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=002762473&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-002762473 |
Datensatz im Suchindex
_version_ | 1812437861623922688 |
---|---|
adam_text |
INHALT
VORWORT ZUR DEUTSCHEN AUSGABE. X
VORWORT. XI
KAPITEL 1: ALLGEMEINER UEBERBLICK UEBER DAS SYSTEM . 1
1.1 GESCHICHTE. 1
1.2 SYSTEMSTRUKTUR. 4
1.3 BENUTZEREBENE. 5
1.4 DIENSTE DES BETRIEBSSYSTEMS. 13
1.5 VORAUSSETZUNGEN DER HARDWARE . 14
1.6 ZUSAMMENFASSUNG . 17
KAPITEL 2: EINFUEHRUNG IN DEN SYSTEMKERN. 18
2.1 DIE ARCHITEKTUR DES UNIX-BETRIEBSSYSTEMS . 18
2.2 EINFUEHRUNG IN DAS SYSTEMKONZEPT. 20
2.3 DATENSTRUKTUREN DES SYSTEMKERNS. 32
2.4 SYSTEMVERWALTUNG. 32
2.5 ZUSAMMENFASSUNG UND AUSBLICK. 32
2.6 UEBUNGEN. 33
KAPITEL 3: DAS BLOCKDEPOT. 35
3.1 PUFFERHEADER. 36
3.2 STRUKTUR DES BLOCKDEPOTS. 37
3.3 SZENARIOS ZUM AUFTINDEN EINES PUFFERS. 39
3.4 LESEN UND SCHREIBEN VON PLATTENBLOECKEN. 48
3.5 VORTEILE UND NACHTEILE DES BLOCKDEPOTS. 50
3.6 ZUSAMMENFASSUNG . 52
3.7 UEBUNGEN. 53
KAPITEL 4: INTERNER AUFBAU VON DATEIEN. 54
4.1 INODES . 55
4.2 STRUKTUR EINER GEWOEHNLICHEN DATEI . 59
4.3 KATALOGE. 65
4.4 KONVERTIERUNG EINES PFADNAMENS IN EINE INODE . 66
4.5 DER SUPERBLOCK. 68
4.6 ZUORDNUNG EINER INODE FUER EINE NEUE DATEI . 69
4.7 ZUORDNUNG VON PLATTENBLOECKEN . 75
4.8 ANDERE DATEITYPEN . 78
4.9 ZUSAMMENFASSUNG . 78
4.10 UEBUNGEN. 79
BIBLIOGRAFISCHE INFORMATIONEN
HTTP://D-NB.INFO/910848890
VIII INHALT
KAPITEL 5: SYSTEMAUFRUFE FUER DAS DATEISYSTEM. 81
5.1 OPEN. 82
5.2 READ . 85
5.3 WRITE. 90
5.4 SPERREN VON DATEIEN UND DATENSAETZEN . 91
5.5 FESTLEGEN DER POSITION FUER DATEI-I/O - LSEEK. 91
5.6 CLOSE. 92
5.7 ERZEUGEN EINER DATEI. 94
5.8 ERZEUGEN VON SPEZIALDATEIEN. 96
5.9 WECHSELN VON KATALOG UND WURZELKATALOG . 97
5.10 AENDERN VON EIGENTUEMER UND MODUS . 98
5.11 STAT UND FSTAT . 98
5.12 PIPES. 99
5.13 DUP.105
5.14 MONTIEREN UND DEMONTIEREN VON DATEISYSTEMEN .106
5.15 LINK.114
5.16 UNLINK.118
5.17 ABSTRAKTIONEN DES DATEISYSTEMS.123
5.18 PFLEGE DES DATEISYSTEMS .124
5.19 ZUSAMMENFASSUNG .125
5.20 UEBUNGEN.126
KAPITEL 6: DIE STRUKTUR VON PROZESSEN .132
6.1 PROZESSZUSTAENDE UND UEBERGAENGE.132
6.2 AUFTEILUNG DES SYSTEMSPEICHERS.136
6.3 DER KONTEXT EINES PROZESSES.143
6.4 SICHERN DES PROZESSKONTEXTS .146
6.5 UMGANG MIT DEM ADRESSRAUM EINES PROZESSES.155
6.6 SCHLAF.165
6.7 ZUSAMMENFASSUNG .170
6.8 UEBUNGEN.171
KAPITEL 7: PROZESSSTEUERUNG.173
7.1 ERZEUGEN EINES PROZESSES .173
7.2 SIGNALE.181
7.3 PROZESSBEENDIGUNG.192
7.4 WARTEN AUF PROZESSBEENDIGUNG.194
7.5 AUFRUF ANDERER PROGRAMME.197
7.6 DIE BENUTZER-ID EINES PROZESSES.205
7.7 AENDERN DER GROESSE EINES PROZESSES .208
7.8 DIE SHELL.211
7.9 SYSTEMSTART UND INIT-PROZESS.213
7.10 ZUSAMMENFASSUNG .216
7.11 UEBUNGEN.217
KAPITEL 8: PROZESSSCHEDULING UND PROZESSZEIT.225
8.1 PROZESSSCHEDULING.225
8.2 SYSTEMAUFRUFE FUER DIE ZEIT.234
INHALT
IX
8.3 ZEITGEBER.236
8.4 ZUSAMMENFASSUNG .244
8.5 UEBUNGEN.244
KAPITEL 9: STRATEGIEN ZUR SPEICHERVERWALTUNG.246
9.1 SWAPPING.246
9.2 DEMAND-PAGING.258
9.3 HYBRIDSYSTEM MIT SWAPPING UND DEMAND-PAGING.277
9.4 ZUSAMMENFASSUNG .278
9.5 UEBUNGEN.279
KAPITEL 10: DAS DATEISYSTEM .282
10.1 TREIBERSCHNITTSTELLEN .282
10.2 PLATTENTREIBER .293
10.3 TERMINALTREIBER .297
10.4 STREAMS.311
10.5 ZUSAMMENFASSUNG .31G
10.6 UEBUNGEN.318
KAPITEL 11: PROZESSKOMMUNIKATION .321
11.1 PROZESSUEBERWACHUNG.321
11.2 PROZESSKOMMUNIKATION (IPC) IN SYSTEM V.325
11.3 KOMMUNIKATION IN NETZWERKEN.345
11.4 SOCKETS.346
11.5 ZUSAMMENFASSUNG .352
11.6 UEBUNGEN.352
KAPITEL 12: MULTIPROZESSORSYSTEME.354
12.1 PROBLEME VON MULTIPROZESSORSYSTEMEN.354
12.2 LOESUNG MIT MASTER- UND SLAVEPROZESSOREN.355
12.3 EIN LOESUNGSWEG UEBER SEMAPHORE.357
12.4 DAS TUNIS-SYSTEM.370
12.5 LEISTUNGSBESCHRAENKUNGEN .370
12.6 UEBUNGEN.371
KAPITEL 13: VERTEILTE UNIX-SYSTEME .373
13.1 SATELLITENPROZESSOREN.374
13.2 DIE NEWCASTLE CONNECTION.382
13.3 TRANSPARENTE VERTEILTE DATEISYSTEME.385
13.4 EIN TRANSPARENTES UND VERTEILTES MODELL OHNE STUB-PROZESSE.388
13.5 ZUSAMMENFASSUNG .389
13.6 UEBUNGEN.390
ANHANG: SYSTEMAUFRUFE.393
BIBLIOGRAPHIE.411
REGISTER.414 |
any_adam_object | 1 |
author | Bach, Maurice J. |
author_facet | Bach, Maurice J. |
author_role | aut |
author_sort | Bach, Maurice J. |
author_variant | m j b mj mjb |
building | Verbundindex |
bvnumber | BV004454939 |
classification_rvk | ST 261 |
classification_tum | DAT 440 |
ctrlnum | (OCoLC)75198272 (DE-599)BVBBV004454939 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV004454939</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20200804</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">910701s1991 gw d||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">910848890</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3446156933</subfield><subfield code="c">(Hanser) Pp. : DM 88.00</subfield><subfield code="9">3-446-15693-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0132017407</subfield><subfield code="c">(PrenticeHall)</subfield><subfield code="9">0-13-201740-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)75198272</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV004454939</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-858</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-1046</subfield><subfield code="a">DE-M158</subfield><subfield code="a">DE-210</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-2070s</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 440</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">28</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bach, Maurice J.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">The design of the UNIX operating system</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">UNIX</subfield><subfield code="b">wie funktioniert das Betriebssystem?</subfield><subfield code="c">Maurice J. Bach</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München [u.a.]</subfield><subfield code="b">Hanser</subfield><subfield code="c">1991</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 424 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Aus dem Engl. übers. von Rudolf J. Sauerer</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">UNIX</subfield><subfield code="0">(DE-588)4061835-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">UNIX V</subfield><subfield code="0">(DE-588)4193799-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">UNIX</subfield><subfield code="0">(DE-588)4061835-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">UNIX V</subfield><subfield code="0">(DE-588)4193799-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=002762473&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-002762473</subfield></datafield></record></collection> |
id | DE-604.BV004454939 |
illustrated | Illustrated |
indexdate | 2024-10-09T12:03:58Z |
institution | BVB |
isbn | 3446156933 0132017407 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-002762473 |
oclc_num | 75198272 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-12 DE-384 DE-473 DE-BY-UBG DE-739 DE-858 DE-355 DE-BY-UBR DE-29T DE-1046 DE-M158 DE-210 DE-706 DE-522 DE-634 DE-83 DE-11 DE-2070s DE-188 |
owner_facet | DE-91G DE-BY-TUM DE-12 DE-384 DE-473 DE-BY-UBG DE-739 DE-858 DE-355 DE-BY-UBR DE-29T DE-1046 DE-M158 DE-210 DE-706 DE-522 DE-634 DE-83 DE-11 DE-2070s DE-188 |
physical | XIII, 424 S. graph. Darst. |
publishDate | 1991 |
publishDateSearch | 1991 |
publishDateSort | 1991 |
publisher | Hanser |
record_format | marc |
spelling | Bach, Maurice J. Verfasser aut The design of the UNIX operating system UNIX wie funktioniert das Betriebssystem? Maurice J. Bach München [u.a.] Hanser 1991 XIII, 424 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Aus dem Engl. übers. von Rudolf J. Sauerer UNIX (DE-588)4061835-3 gnd rswk-swf UNIX V (DE-588)4193799-5 gnd rswk-swf UNIX (DE-588)4061835-3 s DE-604 UNIX V (DE-588)4193799-5 s DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=002762473&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Bach, Maurice J. UNIX wie funktioniert das Betriebssystem? UNIX (DE-588)4061835-3 gnd UNIX V (DE-588)4193799-5 gnd |
subject_GND | (DE-588)4061835-3 (DE-588)4193799-5 |
title | UNIX wie funktioniert das Betriebssystem? |
title_alt | The design of the UNIX operating system |
title_auth | UNIX wie funktioniert das Betriebssystem? |
title_exact_search | UNIX wie funktioniert das Betriebssystem? |
title_full | UNIX wie funktioniert das Betriebssystem? Maurice J. Bach |
title_fullStr | UNIX wie funktioniert das Betriebssystem? Maurice J. Bach |
title_full_unstemmed | UNIX wie funktioniert das Betriebssystem? Maurice J. Bach |
title_short | UNIX |
title_sort | unix wie funktioniert das betriebssystem |
title_sub | wie funktioniert das Betriebssystem? |
topic | UNIX (DE-588)4061835-3 gnd UNIX V (DE-588)4193799-5 gnd |
topic_facet | UNIX UNIX V |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=002762473&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT bachmauricej thedesignoftheunixoperatingsystem AT bachmauricej unixwiefunktioniertdasbetriebssystem |