User Tools

Site Tools


informatique:linux:commandes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatique:linux:commandes [2023/07/04 07:51] yahikoinformatique:linux:commandes [2023/10/30 14:54] (current) yahiko
Line 63: Line 63:
 </codedoc> </codedoc>
  
 +===== Volume LVM inactif =====
 +<codedoc code:bash>
 +root@proxmox:~# lvscan
 +  inactive          '/dev/drbdvg3/lv-ovz3' [900.00 GiB] inherit
  
 +root@proxmox:~# vgchange -ay
 +
 +root@proxmox:~# lvscan
 +  ACTIVE            '/dev/drbdvg3/lv-ovz3' [900.00 GiB] inherit
 +</codedoc>
 +
 +===== wget avec mot de passe =====
 +<code shell>
 +wget --user [NOM_UTILISATEUR] --password [MOT_DE_PASSE] [URL]
 +</code>
 +
 +===== less : afficher dernière ligne =====
 +<code shell>
 +less +G /où/est/mon/fichier
 +</code>
informatique/linux/commandes.1688457098.txt.gz · Last modified: 2023/07/04 07:51 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki