Linux

Linux PDF

Author: Paul Sheer

Publisher: Prentice Hall

Published: 2001

Total Pages: 676

ISBN-13:

DOWNLOAD EBOOK →

CD-ROM contains: Electronic version of text in HTML format

UNIX Filesystems

UNIX Filesystems PDF

Author: Steve D. Pate

Publisher: John Wiley & Sons

Published: 2003-02-03

Total Pages: 482

ISBN-13: 0471456756

DOWNLOAD EBOOK →

Das erste Buch, das sich UNIX Filesystemen widmet und dabei alle Versionen von UNIX und Linux Dateisystemen behandelt. Die meisten Fortune 1000 Unternehmen benutzen noch immer UNIX für ihre Mission Critical Daten und verwenden oft gleichzeitig Windows für nicht kritische Daten. "UNIX Filesystems" enthält mehr Details zu I/O-Dateiaspekten bei der UNIX Programmierung als jedes andere Buch auf dem Markt. Es diskutiert darüber hinaus auch performance- und adminstrationsbezogene Themen, die sich auf Backup Technologien konzentrieren. Mit VERITAS und OpenVision Beispielen.

Practical File System Design with the BE File System

Practical File System Design with the BE File System PDF

Author: Dominic Giampaolo

Publisher: Morgan Kaufmann

Published: 1999

Total Pages: 0

ISBN-13: 9781558604971

DOWNLOAD EBOOK →

This new guide to the design and implementation of file systems in general - and the Be File System (BFS) in particularcovers all topics related to file systems, going into considerable depth where traditional operating systems books often stop. Advanced topics such as journaling, attributes, indexing, and query processing are covered in detail.

Linux File Systems

Linux File Systems PDF

Author: Moshe Bar

Publisher: McGraw-Hill Companies

Published: 2001

Total Pages: 376

ISBN-13:

DOWNLOAD EBOOK →

Implement the versatile file systems in Linux 2.4 Take full advantage of the new enterprise-class file systems available with the Linux 2.4 kernel. Written by Linux expert Moshe Bar, this book discusses all the important file systems available for Linux, examines their strengths and weaknesses, and explains how to use them effectively. Learn to configure the file systems for secure, efficient data management and increase system throughput significantly by tuning the file systems properly. You'll also get details on how file systems impact applications. This authoritative resource is a must-have for system and network administrators, developers, and capacity planning managers working with Linux. Install and compile a kernel for use with various file systems, including ext2FS, UFS, UDF, HFS, and more Take advantage of the robust Second Extended File System, ext2 Patch directories necessary for file systems not included in your distribution Configure file systems for optimized storage and access to data Get the most out of the Virtual File System's ability to handle system calls Manage multiple disks and partitions with the Logical Volume Manager (LVM) Set up a RAID array using the PCI SCSI RAID controller, SCSI to SCSI RAID controller, or any supported block drive Maximize system reliability and minimize restore time using the Journaling File System (JFS) CD contains source code for file systems covered in the book

Managing RAID on Linux

Managing RAID on Linux PDF

Author: Derek Vadala

Publisher: "O'Reilly Media, Inc."

Published: 2003

Total Pages: 260

ISBN-13: 1565927303

DOWNLOAD EBOOK →

This title shows system administrators how to put together a system that can support RAID, install Linux software RAID or a Linux support hardware RAID card, and to build a high-performance file system.

Linux Filesystems

Linux Filesystems PDF

Author: William Von Hagen

Publisher: Sams Publishing

Published: 2002

Total Pages: 580

ISBN-13:

DOWNLOAD EBOOK →

CD-rom contains: Samba -- Coda File System -- Logical Volume Manager (LVM) -- Benchmarking utilities -- Netatalk -- Linux kernals.

Linux System Programming

Linux System Programming PDF

Author: Robert Love

Publisher: "O'Reilly Media, Inc."

Published: 2013-05-14

Total Pages: 456

ISBN-13: 1449341535

DOWNLOAD EBOOK →

Write software that draws directly on services offered by the Linux kernel and core system libraries. With this comprehensive book, Linux kernel contributor Robert Love provides you with a tutorial on Linux system programming, a reference manual on Linux system calls, and an insider’s guide to writing smarter, faster code. Love clearly distinguishes between POSIX standard functions and special services offered only by Linux. With a new chapter on multithreading, this updated and expanded edition provides an in-depth look at Linux from both a theoretical and applied perspective over a wide range of programming topics, including: A Linux kernel, C library, and C compiler overview Basic I/O operations, such as reading from and writing to files Advanced I/O interfaces, memory mappings, and optimization techniques The family of system calls for basic process management Advanced process management, including real-time processes Thread concepts, multithreaded programming, and Pthreads File and directory management Interfaces for allocating memory and optimizing memory access Basic and advanced signal interfaces, and their role on the system Clock management, including POSIX clocks and high-resolution timers

Understanding the Linux Kernel

Understanding the Linux Kernel PDF

Author: Daniel Pierre Bovet

Publisher: "O'Reilly Media, Inc."

Published: 2002

Total Pages: 786

ISBN-13: 9780596002138

DOWNLOAD EBOOK →

To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system--into the Linux kernel itself. The kernel is Linux--in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. The kernel handles all the requests or completed I/O operations and determines which programs will share its processing time, and in what order. Responsible for the sophisticated memory management of the whole system, the Linux kernel is the force behind the legendary Linux efficiency. The new edition of Understanding the Linux Kernel takes you on a guided tour through the most significant data structures, many algorithms, and programming tricks used in the kernel. Probing beyond the superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Relevant segments of code are dissected and discussed line by line. The book covers more than just the functioning of the code, it explains the theoretical underpinnings for why Linux does things the way it does. The new edition of the book has been updated to cover version 2.4 of the kernel, which is quite different from version 2.2: the virtual memory system is entirely new, support for multiprocessor systems is improved, and whole new classes of hardware devices have been added. The authors explore each new feature in detail. Other topics in the book include: Memory management including file buffering, process swapping, and Direct memory Access (DMA) The Virtual Filesystem and the Second Extended Filesystem Process creation and scheduling Signals, interrupts, and the essential interfaces to device drivers Timing Synchronization in the kernel Interprocess Communication (IPC) Program execution Understanding the Linux Kernel, Second Edition will acquaint you with all the inner workings of Linux, but is more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. If knowledge is power, then this book will help you make the most of your Linux system.

File System Forensic Analysis

File System Forensic Analysis PDF

Author: Brian Carrier

Publisher: Addison-Wesley Professional

Published: 2005-03-17

Total Pages: 895

ISBN-13: 0134439546

DOWNLOAD EBOOK →

The Definitive Guide to File System Analysis: Key Concepts and Hands-on Techniques Most digital evidence is stored within the computer's file system, but understanding how file systems work is one of the most technically challenging concepts for a digital investigator because there exists little documentation. Now, security expert Brian Carrier has written the definitive reference for everyone who wants to understand and be able to testify about how file system analysis is performed. Carrier begins with an overview of investigation and computer foundations and then gives an authoritative, comprehensive, and illustrated overview of contemporary volume and file systems: Crucial information for discovering hidden evidence, recovering deleted data, and validating your tools. Along the way, he describes data structures, analyzes example disk images, provides advanced investigation scenarios, and uses today's most valuable open source file system analysis tools—including tools he personally developed. Coverage includes Preserving the digital crime scene and duplicating hard disks for "dead analysis" Identifying hidden data on a disk's Host Protected Area (HPA) Reading source data: Direct versus BIOS access, dead versus live acquisition, error handling, and more Analyzing DOS, Apple, and GPT partitions; BSD disk labels; and Sun Volume Table of Contents using key concepts, data structures, and specific techniques Analyzing the contents of multiple disk volumes, such as RAID and disk spanning Analyzing FAT, NTFS, Ext2, Ext3, UFS1, and UFS2 file systems using key concepts, data structures, and specific techniques Finding evidence: File metadata, recovery of deleted files, data hiding locations, and more Using The Sleuth Kit (TSK), Autopsy Forensic Browser, and related open source tools When it comes to file system analysis, no other book offers this much detail or expertise. Whether you're a digital forensics specialist, incident response team member, law enforcement officer, corporate security specialist, or auditor, this book will become an indispensable resource for forensic investigations, no matter what analysis tools you use.