LINUX Flashcards
FHS
FILE LINUX HERARQUIY
WHOAMI
check the name of the user
CP
COPY A FILE IN ANOTHER DIRECTORY
RM
REMOVE A FILE
ADDUSER
CREATE A NEW USER
WHICH
SHOWS THE RUTE WHERE THE COMMAND OR FILE IS LOCATED
CAT
CONCATENATE AND SHOW ON PROMOT WHATEVER IS IN THE FILE
PWD
where I am the path, present working directory
BASH
it is one of vaious Shells : Bourne Again Shell
PS
process statutus
$
running as a user
#
running as a root
cmd –help
show everything about the command
man (cmd)
enter in a new prompt and show everything about the command
apropos (termino desconocido)
list everything about possible about termino desconocido
ls -a
shows all the listed included hinted
ls -l
permission, ownership, file size, and creation
man ls
to see the list manual page
cd
change to one directory
backslash \
serves as a “quote” or “escape” character
cd /home/user/documents
move to that directory path
how many ways files and directories can be referenced?
3: absolute, home directory, relative