augtool is a program that can be obtained via the augeas package or as part of puppet. dnf install augeas OR dnf install puppet It’s a tool to programmatically edit linux configuration files safely. Here are some cheatsheet examples : So for example, looking at the /etc/hosts file : augtool print /files/etc/hosts | tail /files/etc/hosts/9/files/etc/hosts/9/ipaddr …