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 12, 2024
1 parent 06ad030 commit 82f7f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-06-06-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2024-06-06
category: Jekyll
layout: post
---
1. Seguimos en el usuario root perro 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.
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
```
Expand Down

0 comments on commit 82f7f8f

Please sign in to comment.