Essential Linux commands: 100 Linux commands every system administrator should know
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Birmingham ; Mumbai
Packt
2023
|
Ausgabe: | First published |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Table of Contents; Getting Server up and running; Linux Users&Groups Commands; File Compression and Archival Commands; Format and Disk Space commands; Linux Permissions Commands; Linux Mount and Manipulation Commands; File Content and Conversion Commands; Linux SWAP Commands; Linux Monitoring and Debugging Commands; Linux IPTABLES and Network Commands; File-Transfer, Download and Managing Log files; Exploring Linux Security; Linux In The Cloud |
Beschreibung: | xix, 229 Seiten Illustrationen, Diagramme 235 mm |
ISBN: | 9781803239033 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV049579674 | ||
003 | DE-604 | ||
005 | 20240802 | ||
007 | t | ||
008 | 240221s2023 a||| |||| 00||| eng d | ||
020 | |a 9781803239033 |9 978-1-80323-903-3 | ||
035 | |a (OCoLC)1430768144 | ||
035 | |a (DE-599)BVBBV049579674 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-29T |a DE-739 | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
100 | 1 | |a Olushile, Paul |d ca. 20./21.Jh. |e Verfasser |0 (DE-588)1337738875 |4 aut | |
245 | 1 | 0 | |a Essential Linux commands |b 100 Linux commands every system administrator should know |c Paul Olushile |
250 | |a First published | ||
264 | 1 | |a Birmingham ; Mumbai |b Packt |c 2023 | |
300 | |a xix, 229 Seiten |b Illustrationen, Diagramme |c 235 mm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Table of Contents; Getting Server up and running; Linux Users&Groups Commands; File Compression and Archival Commands; Format and Disk Space commands; Linux Permissions Commands; Linux Mount and Manipulation Commands; File Content and Conversion Commands; Linux SWAP Commands; Linux Monitoring and Debugging Commands; Linux IPTABLES and Network Commands; File-Transfer, Download and Managing Log files; Exploring Linux Security; Linux In The Cloud | ||
650 | 4 | |a bicssc / Computer networking & communications | |
650 | 4 | |a bisacsh / COMPUTERS / Operating Systems / Linux | |
650 | 4 | |a bisacsh / COMPUTERS / System Administration / Linux & UNIX Administration | |
650 | 4 | |a bisacsh / COMPUTERS / System Administration / General | |
650 | 0 | 7 | |a LINUX |0 (DE-588)4337730-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Kommando |0 (DE-588)4475275-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a LINUX |0 (DE-588)4337730-0 |D s |
689 | 0 | 1 | |a Kommando |0 (DE-588)4475275-1 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034924615&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-034924615 |
Datensatz im Suchindex
_version_ | 1815416274169102336 |
---|---|
adam_text |
Table of Contents xiii Preface Part 1 : Server Installations and Management Commands Getting a CentOS Server Up and Running Downloading the OS installation file Downloading and setting up a hypervisor Package installation commands 3 4 7 28 YUM package management system 28 Common package installation commands 29 Information commands Summary 30 32 33 Linux User and Group Commands useradd, userdel, and usermod 34 chgrp useradd userdel usermod 34 36 38 groupdel, groupmod, groupadd, and grpck pwck, chage, and passwd commands find, locate, and whereis commands Summary Files, directories, and permission commands 40 chmod chown 41 41 41 42 44 48 50
viii Table of Contents File Compression and Archival Commands gunzip and gzip tar, rar, and unrar zip and unzip 52 bunzip2, bzip2, and more 55 Summary 57 51 58 63 Part 2: Frequently Used Commands - Part 1 67 Format and Disk Space Commands Displaying (dpkg and rpm) package space The history and evolution of disk formatting and partitioning in Linux Steps to create a partition fdisk, Isblk, df, and du 68 69 73 Checking the disk space usage of a directory Finding large files in a directory 75 76 Installing a package Querying the details of a package 77 77 mkfs, mke2fs, fdformat, and more Summary 78 84 87 Linux Permissions Commands Why permission commands? Types of permissions chmod chown Utilizing absolute paths in commands 76 88 89 90 94 96 chgrp umask sudo Summary 98 99 101 103
Table of Contents 6 Filesystem Mount and Manipulation Commands Linux mount commands The mount command The umount command The fuser command 106 106 109 File manipulation using cat, grep, and more Summary 105 114 117 111 Part 3: Frequently Used Commands - Part 2 File Content and Conversion Commands The tail and file commands 122 The convert command 124 Using dos2unix to convert MS-DOS files to Unix 127 Using unix2dos to convert Unix ^es to MS-DOS ^e recode command Summary 121 129 131 132 R Linux SWAP Commands The swapon command The free command 133 134 136 Summary Linux Monitoring and Debugging Commands The top command The ps command The pstree command The strace command 140 143 145 146 The watch command The smarted command The uptime command The Isof command 138 139 148 148 149 150 ix
X Table of Contents The Ismod command The last reboot command The last command The w command 151 153 153 154 The vmstat command The kill command The pkill command Summary Linux IPTABLES and Network Commands iptables -t ACCEPT iptables -t DROP ifconfig, ip, route, and netstat ip, route, and netstat 160 162 163 Hostname and nslookup host Summary 154 156 157 158 159 165 167 168 163 File Transfer, Downloading, and Managing Log Files Copying files into remote systems using netcat and socat 170 Downloading files with wget and curl 173 Exploring common log files Summary 169 175 178 Part 4: Linux Security and the Cloud Exploring Linux Security Utilizing enforcing and permissive modes A short introduction to Linux hardening and the role of SELinux’s enforcing and passive modes The role of enforcing mode The role of permissive mode Enabling or disabling SELinux Boolean values 181 182 183 183 183 184 Searching for a Boolean and getting its information Enabling a SELinux Boolean value Disabling a SELinux Boolean value Locking user accounts Securing SSH Summary 186 187 187 188 189 192
Table of Contents 13 Linux in the Cloud Creating EC2 instances on AWS Connecting to a created EC2 instance using PuTTY 193 194 Working on our EC2 instance 212 Summary 218 207 Index 219 Other Books You May Enjoy 228 xi |
adam_txt | |
any_adam_object | 1 |
any_adam_object_boolean | |
author | Olushile, Paul ca. 20./21.Jh |
author_GND | (DE-588)1337738875 |
author_facet | Olushile, Paul ca. 20./21.Jh |
author_role | aut |
author_sort | Olushile, Paul ca. 20./21.Jh |
author_variant | p o po |
building | Verbundindex |
bvnumber | BV049579674 |
classification_rvk | ST 261 |
ctrlnum | (OCoLC)1430768144 (DE-599)BVBBV049579674 |
discipline | Informatik |
edition | First published |
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">BV049579674</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20240802</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">240221s2023 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781803239033</subfield><subfield code="9">978-1-80323-903-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1430768144</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV049579674</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-739</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="100" ind1="1" ind2=" "><subfield code="a">Olushile, Paul</subfield><subfield code="d">ca. 20./21.Jh.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1337738875</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Essential Linux commands</subfield><subfield code="b">100 Linux commands every system administrator should know</subfield><subfield code="c">Paul Olushile</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">First published</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham ; Mumbai</subfield><subfield code="b">Packt</subfield><subfield code="c">2023</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xix, 229 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield><subfield code="c">235 mm</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">Table of Contents; Getting Server up and running; Linux Users&Groups Commands; File Compression and Archival Commands; Format and Disk Space commands; Linux Permissions Commands; Linux Mount and Manipulation Commands; File Content and Conversion Commands; Linux SWAP Commands; Linux Monitoring and Debugging Commands; Linux IPTABLES and Network Commands; File-Transfer, Download and Managing Log files; Exploring Linux Security; Linux In The Cloud</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bicssc / Computer networking & communications</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bisacsh / COMPUTERS / Operating Systems / Linux</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bisacsh / COMPUTERS / System Administration / Linux & UNIX Administration</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">bisacsh / COMPUTERS / System Administration / General</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">LINUX</subfield><subfield code="0">(DE-588)4337730-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kommando</subfield><subfield code="0">(DE-588)4475275-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">LINUX</subfield><subfield code="0">(DE-588)4337730-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Kommando</subfield><subfield code="0">(DE-588)4475275-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</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=034924615&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-034924615</subfield></datafield></record></collection> |
id | DE-604.BV049579674 |
illustrated | Illustrated |
index_date | 2024-07-03T23:31:56Z |
indexdate | 2024-11-11T09:04:33Z |
institution | BVB |
isbn | 9781803239033 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-034924615 |
oclc_num | 1430768144 |
open_access_boolean | |
owner | DE-29T DE-739 |
owner_facet | DE-29T DE-739 |
physical | xix, 229 Seiten Illustrationen, Diagramme 235 mm |
publishDate | 2023 |
publishDateSearch | 2023 |
publishDateSort | 2023 |
publisher | Packt |
record_format | marc |
spelling | Olushile, Paul ca. 20./21.Jh. Verfasser (DE-588)1337738875 aut Essential Linux commands 100 Linux commands every system administrator should know Paul Olushile First published Birmingham ; Mumbai Packt 2023 xix, 229 Seiten Illustrationen, Diagramme 235 mm txt rdacontent n rdamedia nc rdacarrier Table of Contents; Getting Server up and running; Linux Users&Groups Commands; File Compression and Archival Commands; Format and Disk Space commands; Linux Permissions Commands; Linux Mount and Manipulation Commands; File Content and Conversion Commands; Linux SWAP Commands; Linux Monitoring and Debugging Commands; Linux IPTABLES and Network Commands; File-Transfer, Download and Managing Log files; Exploring Linux Security; Linux In The Cloud bicssc / Computer networking & communications bisacsh / COMPUTERS / Operating Systems / Linux bisacsh / COMPUTERS / System Administration / Linux & UNIX Administration bisacsh / COMPUTERS / System Administration / General LINUX (DE-588)4337730-0 gnd rswk-swf Kommando (DE-588)4475275-1 gnd rswk-swf LINUX (DE-588)4337730-0 s Kommando (DE-588)4475275-1 s DE-604 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034924615&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Olushile, Paul ca. 20./21.Jh Essential Linux commands 100 Linux commands every system administrator should know bicssc / Computer networking & communications bisacsh / COMPUTERS / Operating Systems / Linux bisacsh / COMPUTERS / System Administration / Linux & UNIX Administration bisacsh / COMPUTERS / System Administration / General LINUX (DE-588)4337730-0 gnd Kommando (DE-588)4475275-1 gnd |
subject_GND | (DE-588)4337730-0 (DE-588)4475275-1 |
title | Essential Linux commands 100 Linux commands every system administrator should know |
title_auth | Essential Linux commands 100 Linux commands every system administrator should know |
title_exact_search | Essential Linux commands 100 Linux commands every system administrator should know |
title_exact_search_txtP | Essential Linux commands 100 Linux commands every system administrator should know |
title_full | Essential Linux commands 100 Linux commands every system administrator should know Paul Olushile |
title_fullStr | Essential Linux commands 100 Linux commands every system administrator should know Paul Olushile |
title_full_unstemmed | Essential Linux commands 100 Linux commands every system administrator should know Paul Olushile |
title_short | Essential Linux commands |
title_sort | essential linux commands 100 linux commands every system administrator should know |
title_sub | 100 Linux commands every system administrator should know |
topic | bicssc / Computer networking & communications bisacsh / COMPUTERS / Operating Systems / Linux bisacsh / COMPUTERS / System Administration / Linux & UNIX Administration bisacsh / COMPUTERS / System Administration / General LINUX (DE-588)4337730-0 gnd Kommando (DE-588)4475275-1 gnd |
topic_facet | bicssc / Computer networking & communications bisacsh / COMPUTERS / Operating Systems / Linux bisacsh / COMPUTERS / System Administration / Linux & UNIX Administration bisacsh / COMPUTERS / System Administration / General LINUX Kommando |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034924615&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT olushilepaul essentiallinuxcommands100linuxcommandseverysystemadministratorshouldknow |