User Tools

Site Tools


informatique:linux:commandes_linux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatique:linux:commandes_linux [2019/07/04 09:01] – ntp pteuinformatique:linux:commandes_linux [2019/09/06 10:21] – [chkconfig] pteu
Line 268: Line 268:
   * effacement total : ''chattr +s fichier''   * effacement total : ''chattr +s fichier''
  
 +
 +=====chkconfig=====
 +
 +Commande pour configurer les services activer au démarrage du système.
 +<code bash>
 +# lister les états de tous les services
 +chkconfig --list
 +
 +# activer le service toto
 +chkconfig toto on
 +</code>
  
 =====chmod===== =====chmod=====
informatique/linux/commandes_linux.txt · Last modified: 2024/03/21 07:14 by pteu