12 Eylül 2019 Perşembe

getent komutu

Giriş
Açıklaması şöyle. Bu uygulama POSIX'te tanımlı değil ancak çoğu sistemde mevcut.
Many systems have a getent command to list or query the content of the Name Service databases like passwd, group, services, protocols...
hosts seçeneği
Açıklaması şöyle.
You can check to see which IP NSS resolves a hostname to using getent.
Şöyle yaparız.
getent hosts somename
passwd seçeneği
Örnek - Home dizin
Home dizinleri almak için şöyle yaparız.
getent passwd | cut -d: -f6
Örnek - Kullanıcı ismi
Kullanıcı isimlerini almak için şöyle yaparız.
getent passwd | cut -d: -f1
Kullanıcı ismini almak için id komutu da kullanılabilir.

Hiç yorum yok:

Yorum Gönder