#!/bin/bash cat text.txt echo sed -i 's/#local_umask=022/local_umask=0007\nfile_open_mode=0770/' text.txt echo cat text.txt