Skip to content

Commit

Permalink
Update 2024-06-06-script.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrl39 authored Aug 14, 2024
1 parent 9027880 commit a5e2765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2024-06-06-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ layout: post
1. Seguimos en el usuario root pero nos encontramos en el directorio de nuestro usuario. Podemos ver la ruta donde nos encontramos con el comando `pwd`. Por lo tanto, nos movemos a la carpeta de root donde ahi guardaremos nuestro script. Siendo el usuario root, podemos ir con `cd`. Estando en `/root` podemos crear ya el script. Se llamara **monitoring.sh**. Modificare el archivo usando `vim` pero realmente podeis utilizar el editor de texto que prefirais.

```bash
vim monitoring.sh
cd /root && vim monitoring.sh
```
Recuerda que debemos estar en el usuario root, entonces ejecuta `sudo su`.

![Imagen 189](https://raw.githubusercontent.com/mgrl39/Born2BeRoot/main/steps/b2br_img_189.png)

Expand Down

0 comments on commit a5e2765

Please sign in to comment.