Linux commands
Linux commands
ls -l =>plus detail
gdb =>det les fonctions d'un fichier
mkdir =>make dir
touch =>cree fichier
nano =>edite fiche
ls -a =>show hiden files
cat * => cat all
cat =>voir contenu de fichier
rm =>remove
rm -r =>remove folder
sudo => accebilty rut
etc/passwd
cd .. =>go back
....//....// => write it in site web to go back in files
FTP IP =>enter
anonymous => to login FTP without password
get (name of the file) => take a file
more (name of the file) => read the file
ssh user@IP =>to acces to other pc
0601345306
ctrl+u ===> code sorce
Linux : terminal emulator commandes
ls : liste dirrectory
ls -l : plans details
mKdir : make dir
touch +(name) : créer un fichier
nano + (name) : edité le fichier
cat + (name) : voir contenu du fichier
rm : remove
rm -r + (name) : remove folder