apariencia de la terminal
permite cambiar la apariencia de la terminal,
no de computadora que usamos, el nombre con el que se inicio la sesion
a estole llamamos indicador de comandos o promt.
comandos u opciones, argumentos u operadores.
1er comando
pwd:en donde estoy trabajando, directorio o home.
dentro del disco duro estàn las carpetas
comado para ver contenido.
cuando el comando exta equivocado o no existe aparece que no fue encontrado.
clear lo borra
flechitas indican el historial arriba.
comando equivocado:
L505:~ alumno$ home
-bash: home: command not found
L505:~ alumno$
man pwd:
PWD(1) BSD General Commands Manual PWD(1)
NAME
pwd -- return working directory name
SYNOPSIS
pwd [-L | -P]
DESCRIPTION
The pwd utility writes the absolute pathname of the current working
directory to the standard output.
Some shells may provide a builtin pwd command which is similar or identi-
cal to this utility. Consult the builtin(1) manual page.
The options are as follows:
-L Display the logical current working directory.
-P Display the physical current working directory (all symbolic
links resolved).
If no options are specified, the -L option is assumed.
:
Manual Ls:
