Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit abe8ce9

Browse files
committed
Refresh "New to Linux resources"
1 parent fcb6e66 commit abe8ce9

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

docs/linux/new-to-linux-resources.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ titleSuffix: SQL Server
44
description: Resources and guidance for SQL Server users who are new to Linux.
55
author: VanMSFT
66
ms.author: vanto
7-
ms.date: 08/12/2020
7+
ms.reviewer: randolphwest
8+
ms.date: 03/15/2023
89
ms.service: sql
910
ms.subservice: linux
1011
ms.topic: conceptual
@@ -15,49 +16,46 @@ ms.topic: conceptual
1516

1617
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.
1718

18-
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](https://www.linux.org/forums/linux-beginner-tutorials.123/) to learn more.
19+
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](https://www.linux.org/forums/linux-beginner-tutorials.123/) to learn more.
1920

2021
## What is Linux?
2122

22-
The [What is Linux](https://www.linux.org/threads/what-is-linux.4106/) 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.
23+
The [What is Linux](https://www.linux.org/threads/what-is-linux.4106/) 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.
2324

2425
## Select a distribution
2526

2627
After you know the history of Linux, decide which [distribution of Linux](https://www.linux.org/threads/selecting-a-linux-distribution.4117/) best suits your business needs. [SQL Server is supported](sql-server-linux-release-notes-2019.md#supported-platforms) on various distributions such as RedHat Enterprise Linux (RHEL), SUSE Enterprise Linux Server (SLES), and Ubuntu.
2728

28-
2929
## Get around directories
3030

3131
After you have chosen the appropriate distribution of Linux, familiarize yourself with [getting around Linux directories](https://www.linux.org/threads/getting-around-in-linux-directories.4120/).
3232

3333
This module will help you answer the following questions:
3434

35-
- How to navigate between different files
35+
- How to navigate between different files
3636
- How to identify a file from a directory
37-
- Identify different directories
38-
39-
40-
## Install new software
37+
- Identify different directories
4138

42-
Next, learn how to [install new software](https://www.linux.org/threads/installing-new-software-debian-red-hat-slackware.4119/) on your new Linux operating system. This module details installing new software to the Debian and Red Hat Linux operating systems.
39+
## Install new software
4340

41+
Next, learn how to [install new software](https://www.linux.org/threads/installing-new-software-debian-red-hat-slackware.4119/) on your new Linux operating system. This module details installing new software to the Debian and Red Hat Linux operating systems.
4442

4543
## Root versus system user
4644

47-
Understand user permissions, and the difference between a [root user and a system user](https://www.linux.org/threads/when-to-work-as-root-when-to-work-as-a-system-user.4136/). This module helps you decide which user permissions are appropriate to use for which scenario.
45+
Understand user permissions, and the difference between a [root user and a system user](https://www.linux.org/threads/when-to-work-as-root-when-to-work-as-a-system-user.4136/). This module helps you decide which user permissions are appropriate to use for which scenario.
4846

4947
## File system and permissions
5048

51-
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)](https://www.linux.org/threads/file-permisions-chown.4125/) and [chmod (change permissions)](https://www.linux.org/threads/file-permissions-chmod.4124) commands.
52-
49+
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)](https://www.linux.org/threads/file-permisions-chown.4125/) and [chmod (change permissions)](https://www.linux.org/threads/file-permissions-chmod.4124) commands.
5350

5451
## Commands for system administration
5552

56-
Introduce yourself to the [frequently used commands](https://www.linux.org/threads/commands-for-system-administration.4126/) system administrators rely on to control their Linux operating systems. These commands include: `df`, `du`, `TOP`, `ps`, `mkdir`, `rmdir`, `rm`, and `mv`.
57-
53+
Introduce yourself to the [frequently used commands](https://www.linux.org/threads/commands-for-system-administration.4126/) system administrators rely on to control their Linux operating systems. These commands include: `df`, `du`, `TOP`, `ps`, `mkdir`, `rmdir`, `rm`, and `mv`.
5854

5955
## Next steps
6056

61-
After you've familiarized yourself with the Linux environment, review the [editions and components](sql-server-linux-editions-and-components-2019.md) for SQL Server on Linux, as well as the [supported Linux platforms](sql-server-linux-release-notes-2019.md).
62-
63-
To learn more, see the [other Linux tutorials](https://www.linux.org/forums/linux-beginner-tutorials.123/) as well as the [frequently asked questions](sql-server-linux-faq.yml).
57+
- [Editions and supported features of SQL Server 2022 on Linux](sql-server-linux-editions-and-components-2022.md)
58+
- [Release notes for SQL Server 2022 on Linux](sql-server-linux-release-notes-2022.md)
59+
- [SQL Server on Linux Frequently Asked Questions (FAQ)](sql-server-linux-faq.yml)
60+
- [SQL Server help and feedback](../sql-server/sql-server-get-help.md)
61+
- [Other Linux tutorials](https://www.linux.org/forums/linux-beginner-tutorials.123/)

0 commit comments

Comments
 (0)