Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
lea2501
/
scripts
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
feature/devuanDaedalus
feature/newGameScripts
main
scripts
/
openbsd
/
post_install
/
11.set_noatime_in_fstab.ksh
11.set_noatime_in_fstab.ksh
90 B
Permalink
Cronologia
Originale
1
2
3
4
5
#!/bin/ksh
doas cp /etc/fstab /etc/fstab.bak
doas sed -ie 's/rw/rw,noatime/g' /etc/fstab