Topic

Linux

Core Linux commands, permissions, processes, and system administration.

Featured in Linux

Comments will help make your scripts more readable
Prianka Subrahmanyam
Prianka Subrahmanyam
Via command line arguments and prompting users for input
Amit Jotwani
Amit Jotwani

Articles in Linux

55

Bash Aliases

Create an alias for common commands

Bash Concatenate Strings

Join two strings together in Bash

Grep Show Lines Before and After

Learn how to show N lines or all lines before and after the result returned by the `grep` command.

How to run chmod recursively

Using -R is probably not what you want

How to Add a User to Sudoers

Grant elevated privileges to users

Bash Case Statement

A popular alternative to the if-then-else statement

Bash printf

How to use string formatting with bash printf

Chmod 755

General meaning, examples, and flags for chmod 755

Chmod +X

An overview of chmod +x and how to use it

Chown Recursively

How to recursively change the ownership of files