中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點關(guān)注 > linux常用命令

Linux常用命令使用--ls, cd, pwd

時間:2019-09-01

linux常用命令_常用linux命令_linux壓縮命令zip命令

# Exercise 1 - lslinux常用命令, cd, pwd

## 1.Experiment Introduction

#### 1.1 Experiment Content

This experiment will introduce the use of ls, cd, pwd commands in Linux commands.

#### 1.2 Experimental Knowledge Points

- ls Command

- cd Command

- pwd Command

#### 1.3 Experiment Environment

The experimental environment used in the course is Ubuntu Linux 14.04 64-bit version. The program will be used in the experiment:

- Xfce terminal

## 2.Experiment Procedure

### 2.1 ls Command

The ls command is the most commonly used command in linux, and the ls command is an acronym for list.

Ls is used to print a list of current directories. If ls specifies a different directory, then the list of files and folders in the specified directory will be displayed.

linux常用命令_常用linux命令_linux壓縮命令zip命令

By using the ls command, you can view not only the files contained in the linux folder, but also file permissions (including directories, folders, and file permissions) and directory information, and so on.

**(1) Command Format**

> ls [OPTION]

**(2) Common Parameters**

| Parameter | Description|

| --------- | ------------------------------------------------------------ |

| -a| -all List all files in the directory, including hidden files beginning with . |

| -l| In addition to the file name, the file permissions, owner, file size, etc. are listed in detail. |

| -d| -directory displays the directory as a file instead of the file in it |

| -h| ?

 上一個教程:Linux命令——free