linux commandes fondamentales Application icon

linux commandes fondamentales 1

18.2 MB / 10+ Downloads / Rating 1.0 - 1 reviews


See previous versions

linux commandes fondamentales, developed and published by ltotot, has released its latest version, 1, on 2018-05-24. This app falls under the Education category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 1.0, based on 1 reviews.

linux commandes fondamentales APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.ltotot.commandes.linux

Updated: 7 years ago

Developer Name: ltotot

Category: Education

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing linux commandes fondamentales on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.0
Total 1 reviews

Previous Versions

linux commandes fondamentales 1
2018-05-24 / 18.2 MB / Android 4.1+

About this app

Learn basic commands for Linux, a free and open-source operating system that you can make changes to and redistribute.
**********************
Ubuntu Linux
Red Hat Enterprise Linux
Linux Mint
Debian
Fedora
**********************
Linux is Mainly used in servers. About 90% of the internet is powered by Linux servers. This is because Linux is fast, secure, and free! The main problem of using Windows servers are their cost. This is solved by using Linux servers. The OS that runs in about 80% of the smartphones in the world, Android, is also made from the Linux kernel. Most of the viruses in the world run on Windows, but not on Linux!

Linux Shell or “Terminal”

So, basically, a shell is a program that receives commands from the user and gives it to the OS to process, and it shows the output. Linux's shell is its main part. Its distros come in GUI (graphical user interface), but basically, Linux has a CLI (command line interface). In this tutorial, we are going to cover the basic commands that we use in the shell of Linux.

***Linux - commandes fondamentales**
Un petit guide pour bien démarrer avec Linux.
ls cd cp mv rm
mkdir chmod chown
ssh scp rsync sed grep find test
Paquets Processus Archives Espace disque
** ls
La commande ls permet d'afficher le contenu d'un répertoire.
**cd
La navigation d’un répertoire à un autre s’effectue avec la commande cd succédée du nom du répertoire.
**cp
Pour créer une copie d’un fichier, on utilise la commande cp.
**mv
Déplacer un fichier est aussi simple que de le copier, pour cela il faut utiliser la commande mv. Cette commande permet aussi de renommer vos fichiers.
**rm
Pour effacer un fichier ou un répertoire on utilise la commande rm
**mkdir
Pour créer un répertoire il suffit d’utiliser la commande mkdir. Celle-ci vous permettra de créer un répertoire à l’emplacement où vous êtes ou l’emplacement précisé en argument de la commande.
**chown
La commande chown permet de changer le propriétaire d'un fichier ou d'un répertoire.
**chmod
La commande chmod permet de changer les droits d'un fichier ou d'un répertoire. Pour exécuter cette commande vous devez être le propriétaire du fichier ou être logué en root.
**ssh
La commande ssh permet de se connecter de façon sécurisée à une machine distante.
**scp
La commande scp permet de copier des fichiers entre le serveur et le client ssh de manière sécurisée.
**rsync
Grâce à la commande rsync vous pouvez copier des fichiers et des dossiers depuis ou vers un hôte à distance. Grâce à cela vous pouvez faire de la synchronisation de fichiers.
**sed
La commande sed est un utilitaire qui parcourt un fichier texte ligne par ligne afin de lui appliquer un traitement ou un remplacement lorsque l'expression régulière est vérifiée.
**grep
La commande grep permet de rechercher une chaîne de caractères ou un motif dans un fichier.
**find
La commande find permet de chercher des fichiers et éventuellement d'exécuter des commandes dessus.
**test
La commande test permet comparer des chaines de caractères, des nombres et vérifier certaines propriétés de fichiers. Il est possible de simplifier son écriture en la remplaçant par des crochets [ ].
**packages
L'installation et la désinstallation de paquets sous Debian, Ubuntu et distribution dérivées peut se faire grâce à la commande apt.
**archives
Que ce soit pour compresser ou décompresser des fichiers ou des dossiers, cela se fait avec la commande tar.
**espace disque
**gestion des processus

App Permissions

Allows an application to read from external storage.
Allows applications to access information about networks.
Allows applications to open network sockets.