> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/false.md).

# false

返回状态为失败。

## 概要

```
false
```

## 主要用途

* 用于和其他命令进行逻辑运算。

## 返回值

返回状态总是失败；返回值为1。

### 注意

1. 该命令是bash内建命令，相关的帮助信息请查看`help`命令。
