Learning Unix for OS X Mountain Lion:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Sebastopol, CA [u.a.]
O'Reilly
2012
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XVIII, 214 S. Ill., graph. Darst. |
ISBN: | 9781449332310 1449332315 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040450898 | ||
003 | DE-604 | ||
005 | 20121113 | ||
007 | t | ||
008 | 121002s2012 ad|| |||| 00||| eng d | ||
015 | |a 12,N33 |2 dnb | ||
016 | 7 | |a 1024833828 |2 DE-101 | |
020 | |a 9781449332310 |c : EUR 16.00 (DE) (freier Pr.) |9 978-1-449-33231-0 | ||
020 | |a 1449332315 |9 1-449-33231-5 | ||
024 | 3 | |a 9781449332310 | |
035 | |a (OCoLC)815940839 | ||
035 | |a (DE-599)DNB1024833828 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-703 | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Taylor, Dave |d 1962- |e Verfasser |0 (DE-588)113750323 |4 aut | |
245 | 1 | 0 | |a Learning Unix for OS X Mountain Lion |c Dave Taylor |
250 | |a 1. ed. | ||
264 | 1 | |a Sebastopol, CA [u.a.] |b O'Reilly |c 2012 | |
300 | |a XVIII, 214 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a OS X Mountain Lion |0 (DE-588)1026697263 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a BSD UNIX |0 (DE-588)4229982-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a OS X Mountain Lion |0 (DE-588)1026697263 |D s |
689 | 0 | 1 | |a BSD UNIX |0 (DE-588)4229982-2 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m X:MVB |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=4095812&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025298558&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-025298558 |
Datensatz im Suchindex
_version_ | 1807953866943102976 |
---|---|
adam_text |
Titel: Learning Unix for OS X Mountain Lion
Autor: Taylor, Dave
Jahr: 2012
Table of Contents
Preface. ix
1. WhyUseUnix?. 1
The Power of Unix 1
Batch Renames and Extracting File Lists 4
Finding Hidden Files 5
Folders or Directories? 6
Thousands of Free Applications 7
Power Internet Connections 7
Commands Included with Unix 8
Displaying All Unix Commands 9
The 10 Most Common Unix Commands 9
A Simple Guided (Unix) Tour 10
2. Using the Terminal. 13
Launching the Terminal 13
Syntax of a Unix Command 14
Exercise: Entering a Few Commands 16
Types of Commands 17
Changing the Terminal's Preferences 18
Features of the Terminal 2 2
Customizing Your Terminal Session 23
Setting the Terminals Title 23
Using AppleScript to Manipulate the Terminal 24
Working with .terminal Files 25
Working with the Terminal 25
The Shell Prompt 27
Entering a Command 27
Recalling Previous Commands 28
Completing File and Directory Names 29
Running Multiple Commands on the Command Line ^
Correcting a Command 31
Ending Your Session 31
Problem Checklist 32
Customizing the Shell Environment 32
Picking a Login Shell 3 3
Changing the Command Prompt 3 5
Advanced Shell Customization 35
Shell Configuration Settings 38
Creating Aliases 39
The Unresponsive Terminal
3. Exploring the Filesystem.
. 41
. 41
The OS X Filesystem 42
Your Home Directory 42
Your Working Directory 43
The Directory Tree 44
45
47
Changing Your Working Directory "
Files in the Directory Tree .
Listing Files and Directories
The All-Powerful Is Command
Absolute Pathnames
Relative Pathnames
51
52
55
56
59
62
63
64
Trying Out the Is Command
Using the -1 Option
File Permissions
Calculating File Size and Disk Space
Calculating Available Disk Space
Exercise: Exploring the Filesystem
Protecting and Sharing Files
File Access Permissions
67
Setting Permissions with chmod
Changing the Group and Owner '
Changing Your Password '
Superuser Privileges with sudo 72
Exploring External Volumes ?4
4. File Management.77
File and Directory Names 77
File and Directory Wildcards 80
Looking Inside Files 82
cat 82
TaMe of Contents
less 83
grep 85
Creating and Editing Files 86
Text Editors and Word Processors 87
The vi Text Editor 89
vi Basics 90
A Simpler vi Alternative: Pico 96
The More Complex Option: Emacs 97
Managing Files 98
Creating Directories with mkdir 99
Copying Files 100
Renaming and Moving Files with mv 102
Removing Files and Directories 103
Working with Links 105
Compressing and Archiving Files 107
Files on Other Operating Systems 110
5. Finding Files and Information. 111
The Oddly Named grep Command 111
Useful grep Options 112
Working with Regular Expressions 114
Finding Files with locate i 18
Building the locate Database 118
Using locate 119
Using find to Explore Your Filesystem 120
Matching by File Size 121
Exploring find Permission Strings 122
Using find to Identify Recently Changed Files 124
find's Faithful Sidekick: xargs 125
Further Refinements to find 127
Shining a Light on Spotlight 128
Listing Spotlight Metadata with mdls 128
Finding Files with mdfind 132
Making Spotlight Useful 133
6. Redirecting 1/0.135
Standard Input and Standard Output 135
Putting Text in a File 137
Pipes and Filters 141
wc 142
tr 143
grep 144
Table of Contents
7.
145
head and tail , " c
145
sort M7
Umq 147
Piping Output to a Pager
Printing
The Unix Way
Multitasking. '"
Running a Command in the Background
Checking on a Process
ps
157
top
160
Other Options for Monitoring Processes
Canceling a Process
kill 162
killall 163
Launching GUI Applications
open 165
Useful Starting Options for Use with open 16
Making open More Useful * °
Taking Unix Online. !69
Remote Logins *69
Web Access 173
Remote Access to Other Unix Systems *73
Transferring Files 176
scp and rep 176
FTP 177
Easy Shortcuts with New Remote Connection 183
Of Windows and X11.
XII
Using XI1
Differences Between OS X and XI1
Customizing XI1
GIMP, the XI1 Graphics Editor
185
186
188
190
191
193
10. Where to Go from Here. ]?*
Documentation
The Terminal's Help Menu
The man Command
Documentation on the Internet
195
195
196
199
Books 200
Customizing Your Unix Experience 200
Shell Aliases and Functions 200
Programming 201
Perl, Python, and Ruby 202
C and C++ 203
Index. 205
Table of Contents | vii |
any_adam_object | 1 |
author | Taylor, Dave 1962- |
author_GND | (DE-588)113750323 |
author_facet | Taylor, Dave 1962- |
author_role | aut |
author_sort | Taylor, Dave 1962- |
author_variant | d t dt |
building | Verbundindex |
bvnumber | BV040450898 |
classification_rvk | ST 261 |
ctrlnum | (OCoLC)815940839 (DE-599)DNB1024833828 |
discipline | Informatik |
edition | 1. ed. |
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">BV040450898</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20121113</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">121002s2012 ad|| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">12,N33</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1024833828</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449332310</subfield><subfield code="c">: EUR 16.00 (DE) (freier Pr.)</subfield><subfield code="9">978-1-449-33231-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1449332315</subfield><subfield code="9">1-449-33231-5</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781449332310</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)815940839</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1024833828</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">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</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="100" ind1="1" ind2=" "><subfield code="a">Taylor, Dave</subfield><subfield code="d">1962-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)113750323</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning Unix for OS X Mountain Lion</subfield><subfield code="c">Dave Taylor</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Sebastopol, CA [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 214 S.</subfield><subfield code="b">Ill., 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="650" ind1="0" ind2="7"><subfield code="a">OS X Mountain Lion</subfield><subfield code="0">(DE-588)1026697263</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">BSD UNIX</subfield><subfield code="0">(DE-588)4229982-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">OS X Mountain Lion</subfield><subfield code="0">(DE-588)1026697263</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">BSD UNIX</subfield><subfield code="0">(DE-588)4229982-2</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">X:MVB</subfield><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=4095812&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ 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=025298558&sequence=000002&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-025298558</subfield></datafield></record></collection> |
id | DE-604.BV040450898 |
illustrated | Illustrated |
indexdate | 2024-08-21T00:12:47Z |
institution | BVB |
isbn | 9781449332310 1449332315 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025298558 |
oclc_num | 815940839 |
open_access_boolean | |
owner | DE-703 |
owner_facet | DE-703 |
physical | XVIII, 214 S. Ill., graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | O'Reilly |
record_format | marc |
spelling | Taylor, Dave 1962- Verfasser (DE-588)113750323 aut Learning Unix for OS X Mountain Lion Dave Taylor 1. ed. Sebastopol, CA [u.a.] O'Reilly 2012 XVIII, 214 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier OS X Mountain Lion (DE-588)1026697263 gnd rswk-swf BSD UNIX (DE-588)4229982-2 gnd rswk-swf OS X Mountain Lion (DE-588)1026697263 s BSD UNIX (DE-588)4229982-2 s DE-604 X:MVB text/html http://deposit.dnb.de/cgi-bin/dokserv?id=4095812&prov=M&dok_var=1&dok_ext=htm Inhaltstext HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025298558&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Taylor, Dave 1962- Learning Unix for OS X Mountain Lion OS X Mountain Lion (DE-588)1026697263 gnd BSD UNIX (DE-588)4229982-2 gnd |
subject_GND | (DE-588)1026697263 (DE-588)4229982-2 |
title | Learning Unix for OS X Mountain Lion |
title_auth | Learning Unix for OS X Mountain Lion |
title_exact_search | Learning Unix for OS X Mountain Lion |
title_full | Learning Unix for OS X Mountain Lion Dave Taylor |
title_fullStr | Learning Unix for OS X Mountain Lion Dave Taylor |
title_full_unstemmed | Learning Unix for OS X Mountain Lion Dave Taylor |
title_short | Learning Unix for OS X Mountain Lion |
title_sort | learning unix for os x mountain lion |
topic | OS X Mountain Lion (DE-588)1026697263 gnd BSD UNIX (DE-588)4229982-2 gnd |
topic_facet | OS X Mountain Lion BSD UNIX |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=4095812&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025298558&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT taylordave learningunixforosxmountainlion |