Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 3.72 KB

new-to-linux-resources.md

File metadata and controls

63 lines (42 loc) · 3.72 KB
title titleSuffix description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
New to linux resources for SQL users
SQL Server
Resources and guidance for SQL Server users who are new to Linux.
rwestMSFT
randolphwest
randolphwest
03/15/2023
sql
linux
conceptual
linux-related-content

New to Linux resources for SQL users

[!INCLUDE SQL Server - Linux]

This article is intended to provide a learning path through an introduction of Linux concepts. Use the sections in the article as a guided learning path to familiarize yourself with the Linux environment.

This is not intended to be a comprehensive list but instead provides the bare minimum you need to help you administer and navigate your SQL Server on Linux environment. See the full list of tutorials to learn more.

What is Linux?

The What is Linux module introduces the history of Linux as an operating system. The module explains the Kernel and where Linux is today. This tutorial serves as an introduction to Linux, helping you get started.

Select a distribution

After you know the history of Linux, decide which distribution of Linux best suits your business needs. SQL Server is supported on various distributions such as Red Hat Enterprise Linux (RHEL), SUSE Enterprise Linux Server (SLES), and Ubuntu.

Get around directories

After you have chosen the appropriate distribution of Linux, familiarize yourself with getting around Linux directories.

This module will help you answer the following questions:

  • How to navigate between different files
  • How to identify a file from a directory
  • Identify different directories

Install new software

Next, learn how to install new software on your new Linux operating system. This module details installing new software to the Debian and Red Hat Linux operating systems.

Root versus system user

Understand user permissions, and the difference between a root user and a system user. This module helps you decide which user permissions are appropriate to use for which scenario.

File system and permissions

After you're familiar with recognizing different users and groups in Linux, learn how you can change ownership and file permissions on different files in Linux operating systems using the chown (change ownership) and chmod (change permissions) commands.

Commands for system administration

Introduce yourself to the frequently used commands system administrators rely on to control their Linux operating systems. These commands include: df, du, TOP, ps, mkdir, rmdir, rm, and mv.

Related content