User Tools

Site Tools

tools:bash

This is an old revision of the document!


This article is currently being expanded upon by one or several of our drill instructors. Please do not make any changes to it until this notice is removed.

bash (and related shells)

bash is a command-line shell for interacting with and controlling a Linux system. It is the most popular shell on Linux, and is the default shell on most distributions.

There are many, many, many commands that one can use in Bash, and it also includes a scripting language so you can make your own custom commands and macros. With enough knowledge of its functions, one could literally run an entire machine from within bash and never even have to leave the shell.

This collection of quick-reference cheat sheets has a brief run-down of various essential Bash commands and flags. You can use the `man` and `type` commands to find out more info about any of these commands. (See “Finding Commands and Docs” in Part 1: Getting Started.

If you are in need of something a bit more thorough, check out The Bash Beginner's Guide or The Linux Command Line and Shell Scripting Bible.

Part 1

Getting Started - Shell and filesystem traversal. Displaying file data. Finding and getting help with commands. Basic file operations like moving, renaming, and deleting files & directories.

Part 2

Shortcuts and Piping Commands - Keyboard shortcuts. Chaining together multiple commands. Command history. Metacharacter reference.

Part 3

Managing Processes - Tracking and stopping system processes. Process signal codes.

Part 4

Users and Permissions - Adding, modifying, and deleting users. Managing groups and group membership. Reassigning file/folder ownership and setting file permissions.

Part 5

Managing Files and Archives - Working with file archives. File transfer.

Part 6

Shell Customization - Setting up shell scripts.

tools/bash.1716155256.txt.gz · Last modified: 2024/08/06 05:52 (external edit)

Find this page online at: https://bestpoint.institute/tools/bash