Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.98 KB

File metadata and controls

32 lines (23 loc) · 1.98 KB

alx-system_engineering-DevOps

This repository is a collection of comprehensive and practical resources.

Table of Contents

Shell Basics

In this section, you will learn the fundamental concepts of the Unix shell. basic commands, directory navigation, file manipulation, and more. will be covered in this repo. Whether you're new to the shell or looking to refresh your knowledge, this section is the perfect starting point.

Shell Permissions

Understanding file permissions is crucial for securing your systems and data. Here, you will delve into permission types (read, write, execute) and how to modify them to control access to files and directories.

Resources

Covered Topics for each Section

Section Topics
Shell Basics cd, ls,pwd, less, file, ln, cp, mv,rm,mkdir, type, which, help, man
Shell Permissions chmod, sudo, su, chown, chgrp, id, groups, whoami, adduser, useradd, addgroup
Shell-Redirections echo, cat, head, tail, find, wc, sort, uniq, grep, tr, rev, cut
Shell-Variables-Expansions printenv, set, unset, export, alias, unalias, source, printf