1. Trang chủ
  2. » Công Nghệ Thông Tin

IT training ten steps to linux survival khotailieu

74 15 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 74
Dung lượng 6,2 MB

Nội dung

Ten Steps to Linux Survival Essentials for Navigating the Bash Jungle James Lehmer Ten Steps to Linux Survival Essentials for Navigating the Bash Jungle James Lehmer Beijing Boston Farnham Sebastopol Tokyo Ten Steps to Linux Survival by James Lehmer Copyright © 2016 O’Reilly Media, Inc All rights reserved Printed in the United States of America Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472 O’Reilly books may be purchased for educational, business, or sales promotional use Online editions are also available for most titles (http://safaribooksonline.com) For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com Editor: Dawn Schanafelt Acquisitions Editor: Susan Conant Production Editor: Shiny Kalapurakkel Copyeditor: Sharon Wilkey June 2016: Proofreader: Molly Ives Brower Interior Designer: David Futato Cover Designer: Randy Comer Illustrator: Rebecca Panzer First Edition Revision History for the First Edition 2016-05-27: First Release The O’Reilly logo is a registered trademark of O’Reilly Media, Inc Ten Steps to Linux Survival, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limi‐ tation responsibility for damages resulting from the use of or reliance on this work Use of the information and instructions contained in this work is at your own risk If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsi‐ bility to ensure that your use thereof complies with such licenses and/or rights 978-1-491-95918-3 [LSI] Table of Contents Introduction vii Step 0: Don’t Panic 1 Step 1: Getting In “sudo make me a sandwich” Step 2: Getting Around Where Am I? Listing Files Changing Directories Be Lazy 7 10 Step 3: Peeking at Files 13 Cool cat less Is More tail Wind 13 14 15 Step 4: Finding Files 17 find Files Fast Location, Location, Location 17 20 Step 5: Search Me 23 Getting a grep 23 Step 6: What’s Going On? 29 It’s All Part of the Process 29 v Who’s on top? The /proc Directory Networking 30 32 34 Step 7: Filesystems 37 Displaying Filesystems Where Did All the Disk Space Go? 37 38 Step 8: Transferring Files 41 Secure Copying Copying to a Windows Share 41 42 Step 9: Starting and Stopping 45 Managing Services Killing a Process When All Else Fails 45 48 49 10 Step 10: Where to Go for Help 51 Hey, man Is That apropos? Additional Resources 51 52 53 11 The End 55 A Cheat Sheet 57 vi | Table of Contents Introduction And y Even with the commands covered in the report, I excluded many, many options to keep it sim‐ ple But sometimes, even in the heat of troubleshooting a system problem, you need a bit more help This chapter covers where you can go to get it Hey, man The man (manual page) command provides documentation on com‐ mands, system configuration files, and much more This command is good for when you can’t access the Internet, or doing so isn’t con‐ venient because you are on a machine console or similar setup Figure 10-1 shows the first page of output from man reboot 51 Figure 10-1 man command The output is run through pagination similar to less, so all its navi‐ gation and find commands will work You can, of course, find out more about how to use man by running man man Is That apropos? How you know what you don’t know? Sometimes you might not know (or remember) the name of a command For example, you may recall that this guide mentioned disk space, but can’t remember the actual commands Luckily, you can use the apropos command to jog your memory, as shown in Figure 10-2 Figure 10-2 apropos command 52 | Chapter 10: Step 10: Where to Go for Help The apropos command is simple All it does is search through all the man page titles for the string you pass it In this case, apropos space should be enough to help you recognize the df and du com‐ mands again Additional Resources There are plenty of places to go for more help with Linux: DuckDuckGo and Google Search engines, with DDG often providing direct help for a command as the first result Stack Exchange A UNIX-specific Stack Exchange site for questions Debian docs Provides good documentation, much of it applicable across dis‐ tros Arch docs Ditto die.net Online man pages Additional Resources | 53 ... Ten Steps to Linux Survival Essentials for Navigating the Bash Jungle James Lehmer Beijing Boston Farnham Sebastopol Tokyo Ten Steps to Linux Survival by James Lehmer... Illustrator: Rebecca Panzer First Edition Revision History for the First Edition 2016-05-27: First Release The O’Reilly logo is a registered trademark of O’Reilly Media, Inc Ten Steps to Linux Survival, ... Schanafelt Acquisitions Editor: Susan Conant Production Editor: Shiny Kalapurakkel Copyeditor: Sharon Wilkey June 2016: Proofreader: Molly Ives Brower Interior Designer: David Futato Cover Designer:

Ngày đăng: 12/11/2019, 22:31

TÀI LIỆU CÙNG NGƯỜI DÙNG

  • Đang cập nhật ...

TÀI LIỆU LIÊN QUAN