LPI cursus Linuxamsterdam

Size: px
Start display at page:

Download "LPI cursus Linuxamsterdam"

Transcription

1 LPI cursus Linuxamsterdam Om het LPIC-1 certificaat te behalen moet je twee afzonderlijke examens doen. We knippen de cursus ook op in twee delen zodat je na het eerste deel de gelegenheid hebt om je goed voor te kunnen bereiden op het eerste examen. Examen 101 Dit is het eerste examen benodigd voor het LPIC-1 certificaat. Elk onderwerp in het examen heeft een bepaald gewicht. Het gewicht begint bij 1 en kan maximaal 10 zijn en geeft aan hoe belangrijk de vragen zijn in het examen. Een onderwerp van 1 weegt het minst zwaar, terwijl een gewicht van 3 al een stuk belangrijker is. System Architecture Linux Installation and Package Management GNU and Unix Commands Devices, Linux Filesystems, Filesystem Hierarchy Standard Onderwerp 101: System Architecture Determine and configure hardware settings Beschrijving: Candidates should be able to determine and configure fundamental system hardware. Enable and disable integrated peripherals. Configure systems with or without external peripherals such as keyboards. Differentiate between the various types of mass storage devices. Set the correct hardware ID for different devices, especially the boot device. Know the differences between coldplug and hotplug devices. Determine hardware resources for devices. Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.) Tools and utilities to manipulate USB devices Conceptual understanding of sysfs, udev, hald, dbus /sys /proc

2 /dev modprobe lsmod lspci lsusb Boot the system Beschrijving: Candidates should be able to guide the system through the booting process. Provide common commands to the boot loader and options to the kernel at boot time. Demonstrate knowledge of the boot sequence from BIOS to boot completion. Check boot events in the log files. /var/log/messages dmesg BIOS bootloader kernel init Change runlevels and shutdown or reboot system Beschrijving: Candidates should be able to manage the runlevel of the system. This objective includes changing to single user mode, shutdown or rebooting the system. Candidates should be able to alert users before switching run level and properly terminate processes. This objective also includes setting the default run level. It also includes basic feature knowledge of potential replacements to init. Set the default runlevel. Change between run levels including single user mode. Shutdown and reboot from the command line. Alert users before switching runlevels or other major system event. Properly terminate processes. Knowledge of basic features of systemd and Upstart

3 /etc/inittab shutdown init /etc/init.d telinit Onderwerp 102: Linux Installation and Package Management Design hard disk layout Beschrijving: Candidates should be able to design a disk partitioning scheme for a Linux system. Allocate filesystems and swap space to separate partitions or disks. Tailor the design to the intended use of the system. Ensure the /boot partition conforms to the hardware architecture requirements for booting. Knowledge of basic features of LVM / (root) filesystem /var filesystem /home filesystem swap space mount points partitions Install a boot manager Beschrijving: Candidates should be able to select, install and configure a boot manager. Providing alternative boot locations and backup boot options. Install and configure a boot loader such as GRUB Legacy. Perform basic configuration changes for GRUB 2. Interact with the boot loader Begrippen: en commando's

4 /boot/grub/menu.lst grub-install MBR superblock Manage shared libraries Gewicht: 1 Beschrijving: Candidates should be able to determine the shared libraries that executable programs depend on and install them when necessary. Identify shared libraries. Identify the typical locations of system libraries. Load shared libraries. Begrippen: en commando's ldd ldconfig /etc/ld.so.conf LD_LIBRARY_PATH Use Debian package management Beschrijving: Candidates should be able to perform package management using the Debian package tools. Install, upgrade and uninstall Debian binary packages. Find packages containing specific files or libraries which may or may not be installed. Obtain package information like version, content, dependencies, package integrity and installation status (whether or not the package is installed). /etc/apt/sources.list dpkg dpkg-reconfigure apt-get apt-cache aptitude

5 102.5 Use RPM and YUM package management Beschrijving: Candidates should be able to perform package management using RPM and YUM tools. Install, re-install, upgrade and remove packages using RPM and YUM. Obtain information on RPM packages such as version, status, dependencies, integrity and signatures. Determine what files a package provides, as well as find which package a specific file comes from. rpm rpm2cpio /etc/yum.conf /etc/yum.repos.d/ yum yumdownloader Onderwerp 103: GNU and Unix Commands Work on the command line Gewicht: 4 Beschrijving: Candidates should be able to interact with shells and commands using the command line. The objective assumes the bash shell. Use single shell commands and one line command sequences to perform basic tasks on the command line. Use and modify the shell environment including defining, referencing and exporting environment variables. Use and edit command history. Invoke commands inside and outside the defined path.. bash echo env exec export

6 pwd set unset man uname history Process text streams using filters Beschrijving: Candidates should be able to apply filters to text streams. Send text files and output streams through text utility filters to modify the output using standard UNIX commands found in the GNU textutils package. cat cut expand fmt head od join nl paste pr sed sort split tail tr unexpand uniq wc Perform basic file management Gewicht: 4 Beschrijving: Candidates should be able to use the basic Linux commands to manage files and directories.

7 Copy, move and remove files and directories individually. Copy multiple files and directories recursively. Remove files and directories recursively. Use simple and advanced wildcard specifications in commands. Using find to locate and act on files based on type, size, or time. Usage of tar, cpio and dd. cp find mkdir mv ls rm rmdir touch tar cpio dd file gzip gunzip bzip2 file globbing Use streams, pipes and redirects Gewicht: 4 Beschrijving: Candidates should be able to redirect streams and connect them in order to efficiently process textual data. Tasks include redirecting standard input, standard output and standard error, piping the output of one command to the input of another command, using the output of one command as arguments to another command and sending output to both stdout and a file. Redirecting standard input, standard output and standard error. Pipe the output of one command to the input of another command. Use the output of one command as arguments to another command. Send output to both stdout and a file. tee

8 xargs Create, monitor and kill processes Gewicht: 4 Beschrijving: Candidates should be able to perform basic process management. Run jobs in the foreground and background. Signal a program to continue running after logout. Monitor active processes. Select and sort processes for display. Send signals to processes. & bg fg jobs kill nohup ps top free uptime killall Modify process execution priorities Beschrijving: Candidates should be able to manage process execution priorities. Know the default priority of a job that is created. Run a program with higher or lower priority than the default.. Change the priority of a running process. nice ps renice top

9 103.7 Search text files using regular expressions Beschrijving: Candidates should be able to manipulate files and text data using regular expressions. This objective includes creating simple regular expressions containing several notational elements. It also includes using regular expression tools to perform searches through a filesystem or file content. Create simple regular expressions containing several notational elements. Use regular expression tools to perform searches through a filesystem or file content. grep egrep fgrep sed regex(7) Perform basic file editing operations using vi Beschrijving: Candidates should be able to edit text files using vi. This objective includes vi navigation, basic vi modes, inserting, editing, deleting, copying and finding text. Navigate a document using vi. Use basic vi modes. Insert, edit, delete, copy and find text. vi /,? h,j,k,l i, o, a c, d, p, y, dd, yy ZZ, :w!, :q!, :e!

10 Onderwerp 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard Create partitions and filesystems Beschrijving: Candidates should be able to configure disk partitions and then create filesystems on media such as hard disks. This includes the handling of swap partitions. Use various mkfs commands to set up partitions and create various filesystems such as: ext2/ext3/ext4 xfs reiserfs v3 vfat fdisk mkfs mkswap Maintain the integrity of filesystems Beschrijving: Candidates should be able to maintain a standard filesystem, as well as the extra data associated with a journaling filesystem. Verify the integrity of filesystems. Monitor free space and inodes. Repair simple filesystem problems. du df fsck e2fsck mke2fs debugfs dumpe2fs tune2fs xfs tools

11 104.3 Control mounting and unmounting of filesystems Beschrijving: Candidates should be able to configure the mounting of a filesystem. Manually mount and unmount filesystems. Configure filesystem mounting on bootup. Configure user mountable removeable filesystems. /etc/fstab /media mount umount Manage disk quotas Gewicht: 1 Beschrijving: Candidates should be able to manage disk quotas for users. Set up a disk quota for a filesystem. Edit, check and generate user quota reports. quota edquota repquota quotaon Manage file permissions and ownership Beschrijving: Candidates should be able to control file access through the proper use of permissions and ownerships. Manage access permissions on regular and special files as well as directories. Use access modes such as suid, sgid and the sticky bit to maintain security. Know how to change the file creation mask. Use the group field to grant file access to group members. chmod

12 umask chown chgrp Create and change hard and symbolic links Beschrijving: Candidates should be able to create and manage hard and symbolic links to a file. Create links. Identify hard and/or softlinks. Copying versus linking files. Use links to support system administration tasks. ln Find system files and place files in the correct location Beschrijving: Candidates should be thouroughly familiar with the Filesystem Hierarchy Standard (FHS), including typical file locations and directory classifications. Understand the correct locations of files under the FHS. Find files and commands on a Linux system. Know the location and purpose of important file and directories as defined in the FHS. Begrippen: en commando's find locate updatedb whereis which type /etc/updatedb.conf Examen 102 Dit is het eerste examen benodigd voor het LPIC-1 certificaat.

13 Elk onderwerp in het examen heeft een bepaald gewicht. Het gewicht begint bij 1 en kan maximaal 10 zijn en geeft aan hoe belangrijk de vragen zijn in het examen. Een onderwerp van 1 weegt het minst zwaar, terwijl een gewicht van 3 al een stuk belangrijker is. Shells, Scripting and Data Management User Interfaces and Desktops Administrative Tasks Essential System Services Networking Fundamentals Security Onderwerp 105: Shells, Scripting and Data Management Customize and use the shell environment Gewicht: 4 Beschrijving: Candidates should be able to customize shell environments to meet users' needs. Candidates should be able to modify global and user profiles. Set environment variables (e.g. PATH) at login or when spawning a new shell. Write BASH functions for frequently used sequences of commands. Maintain skeleton directories for new user accounts. Set command search path with the proper directory. /etc/profile env export set unset ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc ~/.bash_logout function alias lists Customize or write simple scripts Gewicht: 4

14 Beschrijving: Candidates should be able to customize existing scripts, or write simple new BASH scripts. Use standard sh syntax (loops, tests). Use command substitution. Test return values for success or failure or other information provided by a command. Perform conditional mailing to the superuser. Correctly select the script interpreter through the shebang (#!) line. Manage the location, ownership, execution and suid-rights of scripts. for while test if read seq SQL data management Beschrijving: Candidates should be able to query databases and manipulate data using basic SQL commands. This objective includes performing queries involving joining of 2 tables and/or subselects. Use of basic SQL commands. Perform basic data manipulation. insert update select delete from where group by order by join

15 Onderwerp 106: User Interfaces and Desktops Install and configure X11 Beschrijving: Candidates should be able to install and configure X11. Verify that the video card and monitor are supported by an X server. Awareness of the X font server. Basic understanding and knowledge of the X Window configuration file. /etc/x11/xorg.conf xhost DISPLAY xwininfo xdpyinfo X Setup a display manager Beschrijving: Candidates should be able setup and customize a display manager. This objective covers the display managers XDM (X Display Manger), GDM (Gnome Display Manager) and KDM (KDE Display Manager). Turn the display manager on or off. Change the display manager greeting. Change default color depth for the display manager. Configure display managers for use by X-stations. /etc/inittab xdm configuration files kdm configuration files gdm configuration files Accessibility Gewicht: 1 Beschrijving: Demonstrate knowledge and awareness of accessibility technologies.

16 Keyboard Accessibility Settings Visual Settings and Themes Assistive Technology (ATs) Sticky/Repeat Keys Slow/Bounce/Toggle Keys Mouse Keys High Contrast Desktop Themes Large Print Desktop Themes Screen Reader Braille Display Screen Magnifier On-Screen Keyboard Gestures Orca GOK emacspeak Onderwerp 107: Administrative Tasks Manage user and group accounts and related system files Gewicht: 5 Beschrijving: Candidates should be able to add, remove, suspend and change user accounts. Add, modify and remove users and groups. Manage user/group info in password/group databases. Create and manage special purpose and limited accounts. /etc/passwd /etc/shadow /etc/group /etc/skel chage groupadd groupdel groupmod passwd

17 useradd userdel usermod Automate system administration tasks by scheduling jobs Gewicht: 4 Beschrijving: Candidates should be able to use cron or anacron to run jobs at regular intervals and to use at to run jobs at a specific time. Manage cron and at jobs. Configure user access to cron and at services. /etc/cron /etc/at.deny /etc/at.allow /etc/crontab /etc/cron.allow /etc/cron.deny /var/spool/cron/* crontab at atq atrm Localisation and internationalisation Beschrijving: Candidates should be able to localize a system in a different language than English. As well, an understanding of why LANG=C is useful when scripting. Locale settings. Timezone settings. /etc/timezone /etc/localtime /usr/share/zoneinfo Environment variables /usr/bin/locale tzselect

18 tzconfig date iconv UTF-8 ISO-8859 ASCII Unicode Onderwerp 108: Essential System Services Maintain system time Beschrijving: Candidates should be able to properly maintain the system time and synchronize the clock via NTP. Set the system date and time. Set the hardware clock to the correct time in UTC. Configure the correct timezone. Basic NTP configuration. Knowledge of using the pool.ntp.org service /usr/share/zoneinfo /etc/timezone /etc/localtime /etc/ntp.conf date hwclock ntpd ntpdate pool.ntp.org System logging Beschrijving: Candidates should be able to configure the syslog daemon. This objective also includes configuring the logging daemon to send log output to a central log server or accept log output as a central log server. syslog configuration files

19 syslog standard facilities, priorities and actions syslog.conf syslogd klogd logger Mail Transfer Agent (MTA) basics Beschrijving: Candidates should be aware of the commonly available MTA programs and be able to perform basic forward and alias configuration on a client host. Other configuration files are not covered. Create aliases. Configure forwarding. Knowledge of commonly available MTA programs (postfix, sendmail, qmail, exim) (no configuration) ~/.forward sendmail emulation layer commands newaliases mail mailq postfix sendmail exim qmail Manage printers and printing Beschrijving: Candidates should be able to manage print queues and user print jobs using CUPS and the LPD compatibility interface. Basic CUPS configuration (for local and remote printers). Manage user print queues. Troubleshoot general printing problems. Add and remove jobs from configured printer queues.

20 CUPS config files, tools and utils /etc/cups lpd legacy interface (lpr, lprm, lpq) Onderwerp 109: Networking Fundamentals Fundamentals of internet protocols Gewicht: 4 Beschrijving: Candidates should demonstrate a proper understanding of TCP/IP network fundamentals. Demonstrate an understanding network masks. Knowledge of the differences between private and public "dotted quad" IP-Addresses. Setting a default route. Knowledge about common TCP and UDP ports (20, 21, 22, 23, 25, 53, 80, 110, 119, 139, 143, 161, 443, 465, 993, 995). Knowledge about the differences and major features of UDP, TCP and ICMP. Knowledge of the major differences between IPv4 and IPv6. Knowledge of the basic features of IPv6. /etc/services ftp telnet host ping dig traceroute tracepath Basic network configuration Gewicht: 4 Beschrijving: Candidates should be able to view, change and verify configuration settings on client hosts. Manually and automatically configure network interfaces Basic TCP/IP host configuration.

21 /etc/hostname /etc/hosts /etc/resolv.conf /etc/nsswitch.conf ifconfig ifup ifdown route ping Basic network troubleshooting Gewicht: 4 Beschrijving: Candidates should be able to troubleshoot networking issues on client hosts. Manually and automatically configure network interfaces and routing tables to include adding, starting, stopping, restarting, deleting or reconfiguring network interfaces. Change, view, or configure the routing table and correct an improperly set default route manually. Debug problems associated with the network configuration. ifconfig ifup ifdown route host hostname dig netstat ping traceroute Configure client side DNS Beschrijving: Candidates should be able to configure DNS on a client host. Demonstrate the use of DNS on the local system.

22 Modify the order in which name resolution is done. /etc/hosts /etc/resolv.conf /etc/nsswitch.conf Onderwerp 110: Security Perform security administration tasks Beschrijving: Candidates should know how to review system configuration to ensure host security in accordance with local security policies. Audit a system to find files with the suid/sgid bit set. Set or change user passwords and password aging information. Being able to use nmap and netstat to discover open ports on a system. Set up limits on user logins, processes and memory usage. Basic sudo configuration and usage. find passwd lsof nmap chage netstat sudo /etc/sudoers su usermod ulimit Setup host security Beschrijving: Candidates should know how to set up a basic level of host security. Awareness of shadow passwords and how they work. Turn off network services not in use.

23 Understand the role of TCP wrappers. /etc/nologin /etc/passwd /etc/shadow /etc/xinetd.d/* /etc/xinetd.conf /etc/inetd.d/* /etc/inetd.conf /etc/inittab /etc/init.d/* /etc/hosts.allow /etc/hosts.deny Securing data with encryption Beschrijving: The candidate should be able to use puplic key techniques to secure data and communication. Perform basic OpenSSH 2 client configuration and usage. Understand the role of OpenSSH Perform basic GnuPG configuration and usage. Understand SSH port tunnels (including X11 tunnels). ssh ssh-keygen ssh-agent ssh-add ~/.ssh/id_rsa id_rsa.pub ~/.ssh/id_dsa id_dsa.pub /etc/ssh/ssh_host_rsa_key ssh_host_rsa_key.pub /etc/ssh/ssh_host_dsa_key ssh_host_dsa_key.pub ~/.ssh/authorized_keys /etc/ssh_known_hosts

24 gpg ~/.gnupg/*

Red Hat Linux Administration II Installation, Configuration, Software and Troubleshooting

Red Hat Linux Administration II Installation, Configuration, Software and Troubleshooting Course ID RHL200 Red Hat Linux Administration II Installation, Configuration, Software and Troubleshooting Course Description Students will experience added understanding of configuration issues of disks,

More information

A candidate following a programme of learning leading to this unit will be able to:

A candidate following a programme of learning leading to this unit will be able to: Unit 24: Linux+ Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Demonstrate knowledge of planning the implementation Show knowledge of how to install

More information

Linux System Administration on Red Hat

Linux System Administration on Red Hat Linux System Administration on Red Hat Kenneth Ingham September 29, 2009 1 Course overview This class is for people who are familiar with Linux or Unix systems as a user (i.e., they know file manipulation,

More information

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX Course Description: This is an introductory course designed for users of UNIX. It is taught

More information

Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS)

Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS) Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS) 1 of 7 Ubuntu Professional Course Overview (E-learning, Ubuntu 10.04 LTS) About the Course and Objectives The Ubuntu Professional

More information

Cisco Networking Academy Program Curriculum Scope & Sequence. Fundamentals of UNIX version 2.0 (July, 2002)

Cisco Networking Academy Program Curriculum Scope & Sequence. Fundamentals of UNIX version 2.0 (July, 2002) Cisco Networking Academy Program Curriculum Scope & Sequence Fundamentals of UNIX version 2.0 (July, 2002) Course Description: Fundamentals of UNIX teaches you how to use the UNIX operating system and

More information

An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX)

An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX) An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX) alias alloc awk Create an alias List used and free memory Find and Replace text within

More information

3.14. 3.14 Training on Linux System Administration, LPI Certification Level 1

3.14. 3.14 Training on Linux System Administration, LPI Certification Level 1 165 3.14 Training on Linux System Administration, LPI Certification Level 1 Name of the Tool: Source: Usage: Description: GIZ This training has been designed for IT experts and institutions desired to

More information

Fred Hantelmann LINUX. Start-up Guide. A self-contained introduction. With 57 Figures. Springer

Fred Hantelmann LINUX. Start-up Guide. A self-contained introduction. With 57 Figures. Springer Fred Hantelmann LINUX Start-up Guide A self-contained introduction With 57 Figures Springer Contents Contents Introduction 1 1.1 Linux Versus Unix 2 1.2 Kernel Architecture 3 1.3 Guide 5 1.4 Typographical

More information

GLS250 "Enterprise Linux Systems Administration"

GLS250 Enterprise Linux Systems Administration GLS250 "Enterprise Linux Systems Administration" Intended for students already comfortable with working in the Unix environment, this in-depth course helps students acquire the variety of skills needed

More information

Linux System Administration. System Administration Tasks

Linux System Administration. System Administration Tasks System Administration Tasks User and Management useradd - Adds a new user account userdel - Deletes an existing account usermod - Modifies an existing account /etc/passwd contains user name, user ID #,

More information

Khóa học Enterprise Linux System Administration

Khóa học Enterprise Linux System Administration Khóa học chuyên sâu vào công việc cài đặt, quản lý và bảo trì hệ thống linux bao gồm cả máy chủ và máy trạm. Nội dung chủ yếu gồm cài đăt, quản trị người dùng, quản trị file, quotas, FACLs, RAID and LVM;

More information

RH033 Red Hat Linux Essentials or equivalent experience with Red Hat Linux..

RH033 Red Hat Linux Essentials or equivalent experience with Red Hat Linux.. RH131 Red Hat Linux System Administration Course Summary For users of Linux (or UNIX) who want to start building skills in systems administration on Red Hat Linux, to a level where they can attach and

More information

Red Hat Linux Networking

Red Hat Linux Networking The information presented should act as a guide to Red Hat Linux networking. It is intended to be accompanied with training and self study. To access most of these items you will need to have root access,

More information

Table of Contents. Introduction. Audience. At Course Completion. Prerequisites

Table of Contents. Introduction. Audience. At Course Completion. Prerequisites Table of Contents Introduction Audience At Course Completion Prerequisites Certified Professional Exams Student Materials Course Outline Introduction This in-depth, 5-day course helps students acquire

More information

Red Hat Enterprise Linux (RHEL 6) Courses

Red Hat Enterprise Linux (RHEL 6) Courses Red Hat Enterprise Linux (RHEL 6) Courses Red Hat System Administration I * Core Skills (5 days) Advanced Linux Shell Scripting Shell Scripting (bash,ksh93) and awk Programming (3 days) Advanced Red Hat

More information

Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux.

Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux. Red Hat Enterprise Linux 7- RH124 Red Hat System Administration I Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux. This course will actively engage students

More information

HP-UX Essentials and Shell Programming Course Summary

HP-UX Essentials and Shell Programming Course Summary Contact Us: (616) 875-4060 HP-UX Essentials and Shell Programming Course Summary Length: 5 Days Prerequisite: Basic computer skills Recommendation Statement: Student should be able to use a computer monitor,

More information

ENTERPRISE LINUX SYSTEM ADMINISTRATION

ENTERPRISE LINUX SYSTEM ADMINISTRATION ENTERPRISE LINUX SYSTEM ADMINISTRATION The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation

More information

GL-250: Red Hat Linux Systems Administration. Course Outline. Course Length: 5 days

GL-250: Red Hat Linux Systems Administration. Course Outline. Course Length: 5 days GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

Linux (Debian) Distros Hard Drives & File Systems

Linux (Debian) Distros Hard Drives & File Systems Linux (Debian) Distros Debian GNU/Linux Debian based: Ubuntu, Knoppix, Linspire, Damn Small Linux, etc. Red Hat, Slackware, SUSE, Mandriva, CentOS, Gentoo, etc. Linux is just the kernel, it's what allows

More information

Oracle Linux 7: System Administration Ed 1 NEW

Oracle Linux 7: System Administration Ed 1 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 40291196 Oracle Linux 7: System Administration Ed 1 NEW Duration: 5 Days What you will learn The Oracle Linux 7: System Administration training

More information

GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III

GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III QWERTYUIOP{ GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III This GL254 course is designed to follow an identical set of topics as the Red Hat RH254, RH255 RHCE exam prep courses with the added

More information

IT6204 Systems & Network Administration. (Optional)

IT6204 Systems & Network Administration. (Optional) Systems & Network Administration (Optional) INTRODUCTION This is one of the Optional courses designed for Semester 6 of the Bachelor of Information Technology Degree program. This course on Systems & Network

More information

COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H.

COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H. COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H. IMPLEMENTING A WEB SERVER Apache Architecture Installing PHP Apache Configuration Files httpd.conf Server Settings httpd.conf Main

More information

USEFUL UNIX COMMANDS

USEFUL UNIX COMMANDS cancel cat file USEFUL UNIX COMMANDS cancel print requested with lp Display the file cat file1 file2 > files Combine file1 and file2 into files cat file1 >> file2 chgrp [options] newgroup files Append

More information

ICS 351: Today's plan

ICS 351: Today's plan ICS 351: Today's plan routing protocols linux commands Routing protocols: overview maintaining the routing tables is very labor-intensive if done manually so routing tables are maintained automatically:

More information

System administration basics

System administration basics Embedded Linux Training System administration basics Michael Opdenacker Thomas Petazzoni Free Electrons Copyright 2009, Free Electrons. Creative Commons BY SA 3.0 license Latest update: Dec 20, 2010, Document

More information

Installation & Configuration Guide for Solaris 8

Installation & Configuration Guide for Solaris 8 Installation & Configuration Guide for Solaris 8 Document version 1.1.2, 2003-02-27 CWRU Information Technology Services If you have any questions or problems using these instructions, simply contact the

More information

RedHat (RHEL) System Administration Course Summary

RedHat (RHEL) System Administration Course Summary Contact Us: (616) 875-4060 RedHat (RHEL) System Administration Course Summary Length: 5 Days Prerequisite: RedHat fundamentals course Recommendation Statement: Students should have some experience with

More information

Red Hat Certifications: Red Hat Certified System Administrator (RHCSA)

Red Hat Certifications: Red Hat Certified System Administrator (RHCSA) Red Hat Certifications: Red Hat Certified System Administrator (RHCSA) Overview Red Hat is pleased to announce a new addition to its line of performance-based certifications Red Hat Certified System Administrator

More information

Linux Operating System Security

Linux Operating System Security Linux Operating System Security Kenneth Ingham and Anil Somayaji September 29, 2009 1 Course overview This class is for students who want to learn how to configure systems to be secure, test the security

More information

An Introduction to the Linux Command Shell For Beginners

An Introduction to the Linux Command Shell For Beginners An Introduction to the Linux Command Shell For Beginners Presented by: Victor Gedris In Co-Operation With: The Ottawa Canada Linux Users Group and ExitCertified Copyright and Redistribution This manual

More information

Introduction to Operating Systems

Introduction to Operating Systems Introduction to Operating Systems It is important that you familiarize yourself with Windows and Linux in preparation for this course. The exercises in this book assume a basic knowledge of both of these

More information

LSN 10 Linux Overview

LSN 10 Linux Overview LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced

More information

Partitioning. Files on the Hard Drive. Administration of Operating Systems DO2003. Partition = Binder with index. Write file = Insert document

Partitioning. Files on the Hard Drive. Administration of Operating Systems DO2003. Partition = Binder with index. Write file = Insert document Administration of Operating Systems DO2003 Mounting the file structure Devices Wecksten, Mattias 2008 Partitioning Wecksten, Mattias 2008 Files on the Hard Drive Partition = Binder with index Write file

More information

Linux System Administration

Linux System Administration Copyright GBdirect Ltd 2004 http://training.gbdirect.co.uk/ tel: 0870 200 7273 Overview 1 Introduction 1 2 Getting Started 8 3 Work Effectively on the Unix Command Line 16 4 Process Text Streams Using

More information

Unix/Linux Forensics 1

Unix/Linux Forensics 1 Unix/Linux Forensics 1 Simple Linux Commands date display the date ls list the files in the current directory more display files one screen at a time cat display the contents of a file wc displays lines,

More information

Basic Linux & Package Management. Original slides from GTFO Security

Basic Linux & Package Management. Original slides from GTFO Security Basic Linux & Package Management Original slides from GTFO Security outline Linux What it is? Commands Filesystem / Shell Package Management Services run on Linux mail dns web central authentication router

More information

Introduction to AIX 6L System Administration Course Summary

Introduction to AIX 6L System Administration Course Summary Contact Us: (616) 875-4060 Introduction to AIX 6L System Administration Course Summary Length: 5 days Recommendation Statement: Basic computer skills Course Description: This course teaches introductory

More information

Birmingham Environment for Academic Research. Introduction to Linux Quick Reference Guide. Research Computing Team V1.0

Birmingham Environment for Academic Research. Introduction to Linux Quick Reference Guide. Research Computing Team V1.0 Birmingham Environment for Academic Research Introduction to Linux Quick Reference Guide Research Computing Team V1.0 Contents The Basics... 4 Directory / File Permissions... 5 Process Management... 6

More information

Do it Yourself System Administration

Do it Yourself System Administration Do it Yourself System Administration Due to a heavy call volume, we are unable to answer your call at this time. Please remain on the line as calls will be answered in the order they were received. We

More information

Partek Flow Installation Guide

Partek Flow Installation Guide Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access

More information

Ubuntu 12.04 Sever Administration

Ubuntu 12.04 Sever Administration Ubuntu 12.04 Sever Administration 1. Introduction to Ubuntu Linux Ubuntu Server Ubuntu Server 12.04 Server Installation Alternatives and Options Server on the Desktop Installation Desktop on the server

More information

Syslog & xinetd. Stephen Pilon

Syslog & xinetd. Stephen Pilon Syslog & xinetd Stephen Pilon What create log files? Logging Policies Throw away all data immediately Reset log files at periodic intervals Rotate log files, keeping data for a fixed time Compress and

More information

IT Essentials II: Network Operating Systems v3.0 Scope and Sequence

IT Essentials II: Network Operating Systems v3.0 Scope and Sequence IT Essentials II: Network Operating Systems v3.0 Scope and Sequence This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution

More information

What is included in the ATRC server support

What is included in the ATRC server support Linux Server Support Services What is included in the ATRC server support Installation Installation of any ATRC Supported distribution Compatibility with client hardware. Hardware Configuration Recommendations

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelogtm Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Table of Contents of the Debian GNU/Linux Administrator Handbook

Table of Contents of the Debian GNU/Linux Administrator Handbook Table of Contents of the Debian GNU/Linux Administrator Handbook The Debian Project What Is Debian? A Multi-Platform Operating System The Quality of Free Software The Legal Framework: A Non-Profit Organization

More information

The objective of this lab is to learn how to set up an environment for running distributed Hadoop applications.

The objective of this lab is to learn how to set up an environment for running distributed Hadoop applications. Lab 9: Hadoop Development The objective of this lab is to learn how to set up an environment for running distributed Hadoop applications. Introduction Hadoop can be run in one of three modes: Standalone

More information

Linux Administration. A Beginner's Guide

Linux Administration. A Beginner's Guide Linux Administration A Beginner's Guide Contents Acknowledgments Introduction xxv xxvii 1 Technical Summary of Linux Distributions 3 Linux: The Operating System 4 What Is Open Source Software and GNU All

More information

Tutorial 0A Programming on the command line

Tutorial 0A Programming on the command line Tutorial 0A Programming on the command line Operating systems User Software Program 1 Program 2 Program n Operating System Hardware CPU Memory Disk Screen Keyboard Mouse 2 Operating systems Microsoft Apple

More information

Unix Sampler. PEOPLE whoami id who

Unix Sampler. PEOPLE whoami id who Unix Sampler PEOPLE whoami id who finger username hostname grep pattern /etc/passwd Learn about yourself. See who is logged on Find out about the person who has an account called username on this host

More information

Security Correlation Server Quick Installation Guide

Security Correlation Server Quick Installation Guide orrelog Security Correlation Server Quick Installation Guide This guide provides brief information on how to install the CorreLog Server system on a Microsoft Windows platform. This information can also

More information

Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.)

Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.) Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.) Objectives: Develop an understanding of UNIX and TCP/IP networking commands Ping another TCP/IP host Use traceroute to check

More information

RED HAT ENTERPRISE LINUX 5, 6, AND 7 Common administrative commands

RED HAT ENTERPRISE LINUX 5, 6, AND 7 Common administrative commands RED HAT ENTERPRISE LINUX,, AND Common administrative commands SYSTEM BASICS View subscription information /etc/sysconfig/rhn/systemid /etc/sysconfig/rhn/systemid subscription-manager identity subscription-manager

More information

UNIX - FILE SYSTEM BASICS

UNIX - FILE SYSTEM BASICS http://www.tutorialspoint.com/unix/unix-file-system.htm UNIX - FILE SYSTEM BASICS Copyright tutorialspoint.com A file system is a logical collection of files on a partition or disk. A partition is a container

More information

HP-UX System and Network Administration for Experienced UNIX System Administrators Course Summary

HP-UX System and Network Administration for Experienced UNIX System Administrators Course Summary Contact Us: (616) 875-4060 HP-UX System and Network Administration for Experienced UNIX System Administrators Course Summary Length: Classroom: 5 days Virtual: 6 hrs/day - 5 days Prerequisite: System Administration

More information

Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0

Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 Version 1.0 November 2008 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754

More information

Back Up Linux And Windows Systems With BackupPC

Back Up Linux And Windows Systems With BackupPC By Falko Timme Published: 2007-01-25 14:33 Version 1.0 Author: Falko Timme Last edited 01/19/2007 This tutorial shows how you can back up Linux and Windows systems with BackupPC.

More information

Local File Sharing in Linux

Local File Sharing in Linux Local File Sharing in Linux Would you like to share files among multiple users on the same Linux system? Surprisingly, this is trickier to accomplish than it appears, so here is a method that works. The

More information

The Linux System. o Updating without touching the user's files and configurations.

The Linux System. o Updating without touching the user's files and configurations. Backups In Linux The Linux System Many Linux distros set up seperate "/home" and "/" (root) partitions. User configuration files are hidden with a "." (period) in the front of the name. Separate partitions

More information

INF-110. GPFS Installation

INF-110. GPFS Installation INF-110 GPFS Installation Overview Plan the installation Before installing any software, it is important to plan the GPFS installation by choosing the hardware, deciding which kind of disk connectivity

More information

EXPLORING LINUX KERNEL: THE EASY WAY!

EXPLORING LINUX KERNEL: THE EASY WAY! EXPLORING LINUX KERNEL: THE EASY WAY! By: Ahmed Bilal Numan 1 PROBLEM Explore linux kernel TCP/IP stack Solution Try to understand relative kernel code Available text Run kernel in virtualized environment

More information

Secured CentOS 4.x i386

Secured CentOS 4.x i386 Secured CentOS 4.x i386 Created at the Lawrence Berkeley National Laboratory, In Conjunction with the FaST program and Contra Costa's HPC Program. Rev Date Author Revisions 1 08/12/05 Tjioman, Gani gtjioman@sbcglobal.net

More information

Some basic features of UNIX

Some basic features of UNIX 4 Case Study: UNIX 2009 Springer-Verlag Berlin Heidelberg / 2010 Joachim Biskup TU Dortmund Security in Computing Systems: Case Study: UNIX - 04. 02. 2010 115 Some basic features of UNIX UNIX supports

More information

Unit objectives IBM Power Systems

Unit objectives IBM Power Systems User-level security Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 9.0 Unit objectives After completing this unit, you should be able to: Describe

More information

Linux Troubleshooting. 5 Days

Linux Troubleshooting. 5 Days QWERTYUIOP{ Linux Troubleshooting 5 Days The class is designed to give Linux administrators experience with both common and uncommon system problems. The course is based on the idea that the best way to

More information

IT Essentials II: Network Operating Systems V 3.0

IT Essentials II: Network Operating Systems V 3.0 IT Essentials II: Network Operating Systems V 3.0 Linux Labs - Knoppix Version Student Manual v3 1-77 IT Essentials II v3 Linux Labs - Knoppix version November 2005 Configuring Knoppix as an NIS Client

More information

Lab 1: Introduction to the network lab

Lab 1: Introduction to the network lab CSCI 312 - DATA COMMUNICATIONS AND NETWORKS FALL, 2014 Lab 1: Introduction to the network lab NOTE: Be sure to bring a flash drive to the lab; you will need it to save your data. For this and future labs,

More information

AdvLinux for i486sx User Manual V1.02

AdvLinux for i486sx User Manual V1.02 AdvLinux for i486sx User Manual V1.02 Contents 1. ABOUT THIS MANUAL...1 2. ADVLINUX FOR I486SX OVERVIEW...1 2.1. SUPPORT DEVICES...1 2.2. MAIN FEATURES...1 3. INSTALL ADVANTECH EMBEDDED LINUX FOR I486SX...3

More information

Secure File Transfer Installation. Sender Recipient Attached FIles Pages Date. Development Internal/External None 11 6/23/08

Secure File Transfer Installation. Sender Recipient Attached FIles Pages Date. Development Internal/External None 11 6/23/08 Technical Note Secure File Transfer Installation Sender Recipient Attached FIles Pages Date Development Internal/External None 11 6/23/08 Overview This document explains how to install OpenSSH for Secure

More information

Backup of ESXi Virtual Machines using Affa

Backup of ESXi Virtual Machines using Affa Backup of ESXi Virtual Machines using Affa From SME Server Skill level: Advanced The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended.

More information

Course Description and Outline. IT Essential II: Network Operating Systems V2.0

Course Description and Outline. IT Essential II: Network Operating Systems V2.0 Course Description and Outline IT Essential II: Network Operating Systems V2.0 Course Outline 1. Operating System Fundamentals 1.1 Operating System Basics 1.1.1 Overview of PC operating systems 1.1.2 PCs

More information

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Objectives Develop a Backup Strategy Create Backup Files with tar Work with Magnetic Tapes Copy Data

More information

Unix Scripts and Job Scheduling

Unix Scripts and Job Scheduling Unix Scripts and Job Scheduling Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@imap.pitt.edu http://www.sis.pitt.edu/~spring Overview Shell Scripts

More information

LINUX SECURITY COOKBOOK. DanieIJ. Barren, Richard E Silverman, and Robert G. Byrnes

LINUX SECURITY COOKBOOK. DanieIJ. Barren, Richard E Silverman, and Robert G. Byrnes LINUX SECURITY COOKBOOK DanieIJ. Barren, Richard E Silverman, and Robert G. Byrnes ORELLY Beijing " Cambridge " Farnham " Koln " Paris " Sebastopol " Taipei - Tokyo Table of Contents Preface............,....................................................A

More information

OS Installation: CentOS 5.8

OS Installation: CentOS 5.8 OS Installation: CentOS 5.8 OpenTUSK Training University of Nairobi Mike Prentice michael.prentice@tufts.edu Tufts University Technology for Learning in the Health Sciences July 2013 Outline 1 OS Install

More information

QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide

QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide QuickBooks Enterprise Solutions Linux Database Server Manager Installation and Configuration Guide Copyright Copyright 2007 Intuit Inc. All rights reserved. STATEMENTS IN THIS DOCUMENT REGARDING THIRD-PARTY

More information

RHCSA 7RHCE Red Haf Linux Certification Practice

RHCSA 7RHCE Red Haf Linux Certification Practice RHCSA 7RHCE Red Haf Linux Certification Practice Exams with Virtual Machines (Exams EX200 & EX300) "IcGraw-Hill is an independent entity from Red Hat, Inc., and is not affiliated with Red Hat, Inc. in

More information

Get quick control over your Linux server with server commands

Get quick control over your Linux server with server commands Get quick control over your Linux server with server commands by Jack Wallen Linux is a powerful environment for both the desktop and server: Both systems have matured so any action can be managed with

More information

Getting Started in Red Hat Linux An Overview of Red Hat Linux p. 3 Introducing Red Hat Linux p. 4 What Is Linux? p. 5 Linux's Roots in UNIX p.

Getting Started in Red Hat Linux An Overview of Red Hat Linux p. 3 Introducing Red Hat Linux p. 4 What Is Linux? p. 5 Linux's Roots in UNIX p. Preface p. ix Getting Started in Red Hat Linux An Overview of Red Hat Linux p. 3 Introducing Red Hat Linux p. 4 What Is Linux? p. 5 Linux's Roots in UNIX p. 6 Common Linux Features p. 8 Primary Advantages

More information

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide

Intuit QuickBooks Enterprise Solutions. Linux Database Server Manager Installation and Configuration Guide Intuit QuickBooks Enterprise Solutions Linux Database Server Manager Installation and Configuration Guide Copyright Copyright 2013 Intuit Inc. All rights reserved. STATEMENTS IN THIS DOCUMENT REGARDING

More information

How To Set Up A Network Map In Linux On A Ubuntu 2.5 (Amd64) On A Raspberry Mobi) On An Ubuntu 3.5.2 (Amd66) On Ubuntu 4.5 On A Windows Box

How To Set Up A Network Map In Linux On A Ubuntu 2.5 (Amd64) On A Raspberry Mobi) On An Ubuntu 3.5.2 (Amd66) On Ubuntu 4.5 On A Windows Box CSC-NETLAB Packet filtering with Iptables Group Nr Name1 Name2 Name3 Date Instructor s Signature Table of Contents 1 Goals...2 2 Introduction...3 3 Getting started...3 4 Connecting to the virtual hosts...3

More information

System Resources. To keep your system in optimum shape, you need to be CHAPTER 16. System-Monitoring Tools IN THIS CHAPTER. Console-Based Monitoring

System Resources. To keep your system in optimum shape, you need to be CHAPTER 16. System-Monitoring Tools IN THIS CHAPTER. Console-Based Monitoring CHAPTER 16 IN THIS CHAPTER. System-Monitoring Tools. Reference System-Monitoring Tools To keep your system in optimum shape, you need to be able to monitor it closely. Such monitoring is imperative in

More information

TEL2821/IS2150: INTRODUCTION TO SECURITY Lab: Operating Systems and Access Control

TEL2821/IS2150: INTRODUCTION TO SECURITY Lab: Operating Systems and Access Control TEL2821/IS2150: INTRODUCTION TO SECURITY Lab: Operating Systems and Access Control Version 3.4, Last Edited 9/10/2011 Students Name: Date of Experiment: Read the following guidelines before working in

More information

Creating a Cray System Management Workstation (SMW) Bootable Backup Drive

Creating a Cray System Management Workstation (SMW) Bootable Backup Drive Creating a Cray System Management Workstation (SMW) Bootable Backup Drive This technical note provides the procedures to create a System Management Workstation (SMW) bootable backup drive. The purpose

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

Higher National Unit specification: general information. Open Source Operating Systems: Advanced Server Administration

Higher National Unit specification: general information. Open Source Operating Systems: Advanced Server Administration Higher National Unit specification: general information Unit code: H18D 35 Superclass: CD Publication date: March 2012 Source: Scottish Qualifications Authority Version: 01 Unit purpose This Unit is suitable

More information

Product Description. Licenses Notice. Introduction TC-200

Product Description. Licenses Notice. Introduction TC-200 User Manual TC-200 Introduction TC-200 Product Description The TC-200 provides the fastest Thin Client performance on the market, It runs embedded Linux, swing user interface, Citrix 6.3, Microsoft RDP

More information

Linux for UNIX Administrators

Linux for UNIX Administrators A fast paced combination of "Enterprise Linux Systems Administration", and "Enterprise Linux Networking Services. Particular focus is given to translating Solaris and HP-UX skills to Linux. Audience: Experienced

More information

Basic Installation of the Cisco Collection Manager

Basic Installation of the Cisco Collection Manager CHAPTER 3 Basic Installation of the Cisco Collection Manager Introduction This chapter gives the information required for a basic installation of the Cisco Collection Manager and the bundled Sybase database.

More information

Secure Shell Demon setup under Windows XP / Windows Server 2003

Secure Shell Demon setup under Windows XP / Windows Server 2003 Secure Shell Demon setup under Windows XP / Windows Server 2003 Configuration inside of Cygwin $ chgrp Administrators /var/{run,log,empty} $ chown Administrators /var/{run,log,empty} $ chmod 775 /var/{run,log}

More information

Advanced Linux System Administration on Red Hat

Advanced Linux System Administration on Red Hat Advanced Linux System Administration on Red Hat Kenneth Ingham September 29, 2009 1 Course overview This class is for people who are familiar with basic Linux administration (i.e., they know users, packages,

More information

System Administration and your Bio-Linux Machine

System Administration and your Bio-Linux Machine System Administration and your Bio-Linux Machine System Administration and your Bio-Linux Machine...1 System Administration and your Bio-Linux Machine...2 The bare minimum of Bio-Linux system administration...

More information

Linux Disaster Recovery best practices with rear

Linux Disaster Recovery best practices with rear Relax and Recover Linux Disaster Recovery best practices with rear Gratien D'haese IT3 Consultants Who am I Independent Unix System Engineer since 1996 Unix user since 1986 Linux user since 1991 Open Source

More information

Windows Server 2008 R2 Essentials

Windows Server 2008 R2 Essentials Windows Server 2008 R2 Essentials Installation, Deployment and Management 2 First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

Linux command line. An introduction to the Linux command line for genomics. Susan Fairley

Linux command line. An introduction to the Linux command line for genomics. Susan Fairley Linux command line An introduction to the Linux command line for genomics Susan Fairley Aims Introduce the command line Provide an awareness of basic functionality Illustrate with some examples Provide

More information

Presented by Henry Ng

Presented by Henry Ng Log Format Presented by Henry Ng 1 Types of Logs Content information, alerts, warnings, fatal errors Source applications, systems, drivers, libraries Format text, binary 2 Typical information in Logs Date

More information