This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:lpic-1_notes [2026/06/12 01:52] 114.119.152.46 old revision restored (2014/02/09 20:51) |
notes:lpic-1_notes [2026/06/16 03:42] (current) 216.73.217.162 old revision restored (2026/06/13 00:39) |
||
|---|---|---|---|
| Line 123: | Line 123: | ||
| ==== 104 Devices, Filesystems, | ==== 104 Devices, Filesystems, | ||
| + | === 104.1 Create partitions and filesystems (Chapter 3) === | ||
| + | * Use various mkfs commands to set up partitions and create various filesystems such as: ext2, ext3, xfs, reiserfs v3, vfat | ||
| + | * Terms: fdisk, mkfs, mkswap | ||
| + | |||
| + | === 104.2 Maintain the integrity of filesystems (Chapter 3) === | ||
| + | * Verify the integrity of filesystems | ||
| + | * Monitor free space and inodes | ||
| + | * Repair simple filesystem problems | ||
| + | * Terms: du, df, fsck, e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, xfs tools (such as xfs_metadump and xfs_info) | ||
| + | |||
| + | === 104.3 Control mounting and unmounting of filesystems (Chapter 3) === | ||
| + | * Manually mount and unmount filesystems | ||
| + | * Configure filesystem mounting on bootup | ||
| + | * Configure user mountable removeable filesystems | ||
| + | * Terms: /etc/fstab, /media, mount, umount | ||
| + | |||
| + | === 104.4 Manage disk quotas (Chapter 4) === | ||
| + | * Set up a disk quota for a filesystem | ||
| + | * Edit, check and generate user quota reports | ||
| + | * Terms: quota, edquota, repquota, quotation | ||
| + | |||
| + | === 104.5 Manage file permissions and ownership (Chapter 4) === | ||
| + | * 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 | ||
| + | * Terms: chmod, umask, chown, chgrp | ||
| + | |||
| + | === 104.6 Create and change hard and symbolic links (Chapter 4) === | ||
| + | * Create links | ||
| + | * Identify hard and/or soft links | ||
| + | * Copying versus linking files | ||
| + | * Use links to support system administration tasks | ||
| + | * Terms: ln | ||
| + | |||
| + | === 104.7 Find system files and place files in the correct location (Chapter 4) === | ||
| + | * Understand the correct locations of files under the FHS | ||
| + | * Find files and commands on a Linux system | ||
| + | * Know the location and propose of important file and directories as defined in the FHS | ||
| + | * Terms: find, locate, updatedb, whereis, which, type, / | ||
| ===== LX0-102 ===== | ===== LX0-102 ===== | ||
| + | |||
| + | ==== 105 Shells, Scripting and Data Management 17% ==== | ||
| + | |||
| + | |||
| + | ==== 106 User Interfaces and Desktops 8% ==== | ||
| + | |||
| + | |||
| + | ==== 107 Administrative Tasks 20% ==== | ||
| + | |||
| + | |||
| + | ==== 108 Essential System Services 17% ==== | ||
| + | |||
| + | |||
| + | ==== 109 Networking Fundamentals 23% ==== | ||
| + | |||
| + | |||
| + | ==== 110 Security 15% ==== | ||
| + | |||