28 Eylül 2021 Salı

systemd genel bilgi

 

Tüm  servis ünitelerini listelemek;

# systemctl --type=service 

 

Bir servis hakkında detaylı bilgi almak için 

# systemctl status httpd -l


Bir servisin aktif ve etkin olup olmadığının kontrolü

# systemctl is-active httpd

# systemctl is-enabled httpd


# systemctl list-units --type=service

# systemctl list-units --type=service --all

# systemctl list-unit-files --type=service 

# systemctl --failed --type=service

# systemctl list-dependencies #unit/servis

#  systemctl  list-dependencies sshd





systemd genel bilgi

 

Tüm  servis ünitelerini listelemek;

# systemctl --type=service 

 

Bir servis hakkında detaylı bilgi almak için 

# systemctl status httpd -l


Bir servisin aktif ve etkin olup olmadığının kontrolü

# systemctl is-active httpd

# systemctl is-enabled httpd


# systemctl list-units --type=service

# systemctl list-units --type=service --all

# systemctl list-unit-files --type=service 

# systemctl --failed --type=service

# systemctl list-dependencies #unit/servis

#  systemctl  list-dependencies sshd





Git kullanımı notları

 Temel ayarlar git kullanıcısı için: $ git config --global user.name "Remzi AKYÜZ" $ git config --global user.email "remzi@ak...