分类目录归档:DevOps

Linux Basics - Introduction


Linux Basics - Introduction

This is a series of tutorials for commonly used Linux commands. All examples included are based on CentOS 7.5

$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description:    CentOS Linux release 7.5.1804 (Core)
Release:    7.5.1804

Read more

Linux Basics - First Step


Linux Basics - First Step

Whenever you open a terminal and want to perform some kind of tasks, you start to type Linux commands. But there could be thousands of commands and even a much larger amount of options to go with these commands. How could you remember all of them? The answer is impossible.

Read more

Linux Basics - Daily Recipe


Linux Basics - Daily Recipe

Among an ocean of Linux commands, some are used much more frequently than others. Here is the listing of some of the most common ones:

  • pwd: Show your current working directory
  • cd: Change directory
  • ls: Show files in current working directory
  • cat: Show content of a file
  • mk

Read more