Skip to content

Commit

Permalink
Update UsefulShellTricks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusdemora committed Oct 5, 2024
1 parent 90f1344 commit 48eeab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UsefulShellTricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ The `cron` job; run in the `root crontab`:
Of course this has wide applicability in numerous situations; for example verifying that a NAS filesystem is mounted before running an `rsync` job.
Another feature of `findmnt` which I am still studying (haven't used it yet) is `-poll`. This option promises the ability to track and report on the `mount`, `umount`, `remount` and `move` actions. I'll update in the near future, but readers are encouraged to submit an issue/pull request.
Another feature of `findmnt` which I am still studying (haven't used it yet) is `-poll`. This option promises the ability to track and report on the `mount`, `umount`, `remount` and `move` actions. Sources of further information on the `-poll` option are [1](https://linuxhandbook.com/findmnt-command-guide/), and [2](https://www.howtogeek.com/774913/how-to-use-the-findmnt-command-on-linux/). I'll update in the near future, but readers are encouraged to submit an issue/pull request.
[**⋀**](#table-of-contents)
Expand Down

0 comments on commit 48eeab9

Please sign in to comment.