informatica:software:cli
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:software:cli [2021/10/16 15:39] – [Escribir el último argumento utilizado] tempwin | informatica:software:cli [2021/10/24 11:59] (actual) – [Trucos] tempwin | ||
|---|---|---|---|
| Línea 3: | Línea 3: | ||
| CLI (//Command Line Interface//, | CLI (//Command Line Interface//, | ||
| - | ===== Trucos | + | ===== Linux ===== |
| ==== Ejecutar último comando como root ==== | ==== Ejecutar último comando como root ==== | ||
| Línea 62: | Línea 62: | ||
| < | < | ||
| + | $ mount | ||
| proc on /proc type proc (rw, | proc on /proc type proc (rw, | ||
| sys on /sys type sysfs (rw, | sys on /sys type sysfs (rw, | ||
| Línea 87: | Línea 88: | ||
| tmpfs on / | tmpfs on / | ||
| gvfsd-fuse on / | gvfsd-fuse on / | ||
| - | [tempwin@zeta ~]$ | ||
| </ | </ | ||
| Línea 93: | Línea 93: | ||
| < | < | ||
| + | $ mount | column -t | ||
| proc | proc | ||
| sys on /sys | sys on /sys | ||
| Línea 119: | Línea 120: | ||
| gvfsd-fuse | gvfsd-fuse | ||
| [tempwin@zeta ~]$ | [tempwin@zeta ~]$ | ||
| + | </ | ||
| + | |||
| + | ==== Volver al directorio anterior ==== | ||
| + | |||
| + | Para movernos entre directorios, | ||
| + | |||
| + | <code bash> | ||
| + | cd - | ||
| + | </ | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | El argumento '' | ||
| + | </ | ||
| + | |||
| + | ==== Restaurar el terminal ==== | ||
| + | |||
| + | Cuando en una consola virtual de Linux empieza a escribir caracteres extraños, podemos utilizar el comando '' | ||
| + | |||
| + | ==== Tabla ASCII ==== | ||
| + | |||
| + | En el manual del programador de Linux podemos ver rápidamente una tabla de los 128 caracteres ASCII: | ||
| + | |||
| + | <code bash> | ||
| + | man ascii | ||
| </ | </ | ||
informatica/software/cli.1634391559.txt.gz · Última modificación: por tempwin
