访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > 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