En vrac (21)

Niveau : Star Star Empty Empty Empty
Résumé : shut­down -[fF] ; /for­cef­sck ; /fast­boot ; shift-g ; sudo !! ; VAR=”“”“

Désolé pour le peu d’arti­cles pous­sés, j’ai man­qué un peu de temps récem­ment.

For­cer le fsck au pro­chain boot (expli­ca­tion dans /etc/init.d/che­ckfs)

$ touch /forcefsck
# ou
$ shutdown -F

Empe­cher le fsck au pro­chain boot (expli­ca­tion dans /etc/init.d/che­ckfs)

$ touch /fastboot
# ou
$ shutdown -f

Met­tre des retours à la ligne dans une varia­ble bash :

$ VAR=$'ligne1
ligne2'
$ echo "$VAR"

Con­ca­té­ner 2 chai­nes en bash (atten­tion, pas d’espa­ces) :

$ VAR="chaine1""chaine2"$CHAINE3'chaine4'
$ echo "$VAR"

Aller à la fin d’un fichier dans less :

shift-g

Relan­cer la der­nière com­mande mais en root :

$ sudo !!
Vus : 238
Publié par Peck : 100