Chapter 2
System Operations and Maintenance
THE FOLLOWING COMPTIA LINUX+ EXAM OBJECTIVES ARE COVERED IN THIS CHAPTER:
2.1 Given a scenario, conduct software installations, configurations, updates, and removals
- Package types
- rpm
- deb
- tar
- tgz
- gz
- Installation tools
- RPM
- Dpkg
- APT
- YUM
- DNF
- Zypper
- Build tools
- Commands
make
make install
ldd
- Compilers
- Shared libraries
- Acquisition commands
wget
curl
- Commands
- Package types
2.2 Given a scenario, manage users and groups
- Creation
useradd
groupadd
- Modification
usermod
groupmod
passwd
chage
- Deletion
userdel
groupdel
- Queries
id
whoami
who
w
last
- Quotas
- User quota
- Group quota
- Profiles
- Bash parameters
- User entries
.bashrc
.bash_profile
.profile
- User entries
- Global entries
/etc/bashrc
/etc/profile.d/
/etc/skel
/etc/profile
- Important files and file contents
/etc/passwd
/etc/group
/etc/shadow
- Bash parameters
- Creation
2.3 Given a scenario, create, modify, and redirect files
- Text editors
nano
vi
- File readers
grep
cat
tail
head
less
more
- Output...
- Text editors