
Software - Shell - Commands - Introduction
Get flash to fully experience Pearltrees
List of Unix utilities - Wikipedia, the free encyclopedia
This is a list of UNIX utilities as specified by IEEE Std 1003.1-2008, which is part of the Single UNIX Specification (SUS). These utilities can be found on UNIX Operating systems and most UNIX-like operating systems.See the Unix tutorial for a leisurely, self-paced introduction on how to use the commands listed below. For more documentation on a command, consult a good book, or use the man pages. For example, for more information on grep , use the command man grep .
Unix Command Summary
Cool, but obscure unix tools
Save Typing by Reusing All Arguments of the Previous Linux Command :: Sysadmin Geek
If you’ve used Linux long enough, you know there are some seriously cool tricks you can pull from the command line. Some of these tricks are just for fun, but the vast majority of them actually serve a purpose. It is the latter type of trick I want to highlight here.
Some cool quick Linux command line tricks
Ces commandes sont à entrer dans un terminal, la petite tv noire en bas à gauche. Ici nous verrons les commandes brutes, l'aspect langage de programmation de bash est vu ICI 1. Les raccourcis clavier : On va commencer ce didactel par la liste de quelques raccourcis clavier utilisables sous bash : Ctrl+c : Pour reprendre la main Ctrl+z : Pour stopper le processus en cours Ctrl+a : Ramène le curseur en début de ligne Ctrl+e : Ramène le curseur en fin de ligne Ctrl+l : Efface l'écran Ctrl+s : Pour interrompre le flot d'affichage (Ctrl+q pour revenir) Ctrl+u : Efface tout à gauche du curseur Ctrl+w : Efface le mot à gauche du curseur Ctrl+r : Pour une recherche dans l'historique. cp -Rf repertoire_source/ /chemin/vers/repertoire_cible : Copie le répertoire "répertoire_source" dans "repertoire_cible" sans demander de confirmation.
Commandes à connaitre
Top 25 Best Linux Commands
Some people use cheat-sheets some create scripts, and some just refer to website for their fix. Here I have posted the 25 top command line snippets. Particularly useful if you’re mounting different drives, using the following command will allow you to see all the filesystems currently mounted on your computer and their respective specs with the added benefit of nice formatting. Query Wikipedia by issuing a DNS query for a TXT record.Unix top 10 commands
Below is a listing of the top 10 Linux and Unix commands most commonly used and that you will most likely use during a normal Linux or Unix session.Basic Linux Command Line Tips
Learning your way around the command line is essential if you are developing with PHP (or Python, or a myriad of other languages most at home on Linux) and interacting with your server(s) with anything other than FTP and basic control panels. Here are some tips and tricks I've found useful. A companion Linux Command Line Cheat Sheet is available for free at Cheatography ! The last year has seen me take on the management of a few Linux servers, and ditch my Windows PCs for Linux too. There's been a lot to learn, and it's not all been fun - sometimes it has been intensely frustrating. However, overall it has been extremely positive.Ce How To est fait pour les débutants qui ne connaissent pas GNU /Linux et n'a pas la prétention de faire de vous des champions de la console. La distribution Ubuntu vise à simplifier l'utilisation d'une plate-forme Debian en limitant l'usage des commandes dans un terminal ( shell ) lors de l'utilisation de base de votre ordinateur au quotidien. La commande man est employée pour vous montrer le manuel des autres commandes. (man = manuel) Pour obtenir une bonne compréhension, employez l'exemple : La commande cd vous permettra de changer de répertoire (cd = change directory). Quand vous ouvrez un terminal en mode utilisateur vous serez dans votre répertoire local (/home/utilisateur).
Ligne de commande de base - Introduction
Les commandes de base en ligne de commande
La plupart des commandes présentées ici sont documentées dans votre système. Il vous suffit de taper dans une console man commande pour avoir toutes les informations sur le fonctionnement de la commande voulue. Pour plus d'informations à ce sujet, reportez-vous à la page « Le manuel ». Le titre est un peu compliqué, mais le principe est simple : un fichier peut être référencé de manière relative , par rapport au répertoire courant, ou de manière absolue par rapport à la racine. Le premier caractère de la référence permet d'effectuer la distinction : les références absolues commencent toujours par le caractère / , alors que les références relatives commencent par tout autre caractère valide pour un nom de fichier.Official Documentation For information on contributing see the Ubuntu Documentation Team wiki page . To report a problem, visit the bug page for Ubuntu Documentation
Using the Command Line
"Under Linux there are GUIs (graphical user interfaces), where you can point and click and drag, and hopefully get work done without first reading lots of documentation. The traditional Unix environment is a CLI (command line interface), where you type commands to tell the computer what to do. That is faster and more powerful, but requires finding out what the commands are." There are also many graphical user interfaces (GUIs), but each of them works differently and there is little standardization between them.

