I find out that search and replace for an file using SED editor
sed -i 's#055#007#' /etc/login.defs ; grep UMASK /etc/login.defs
above command replaces 055 value in login.defs to 007,
this may looks like simple, but it is more powerfull stuff
My blog contains solutions of problems i have faced during working with computers and servers
In today's competitive job market, certifications have become a common currency for both employers and job seekers. They serve as standa...
No comments:
Post a Comment