# Símbolo del sistema (cmd)

Privilegios de archivo.

```shell
icacls <file>
```

Visualizar archivos ocultos.

```shell
dir /a:h
```

Ejecutar proceso en background.

```shell
start /B <file.exe>
```

Ejecutar proceso como un usuario en particular.

```shell
runas /user:<user> "C:\<path>\<file.exe>"
```

Vaciar la caché de resolución de DNS (Domain Name System).

```shell
ipconfig /flushdns
```

Eliminación de directorio, incluidos todos los archivos y subdirectorios anidados (recursivamente).

```shell
rmdir /s <directory>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cheatsheet.mrw0l05zyn.cl/microsoft-windows/simbolo-del-sistema-cmd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
