11.set_noatime_in_fstab.ksh 90 B

12345
  1. #!/bin/ksh
  2. doas cp /etc/fstab /etc/fstab.bak
  3. doas sed -ie 's/rw/rw,noatime/g' /etc/fstab