MDC
  • Home
  • Blog
  • Projects

tag: chmod

  • Cron job that creates backups of a directory in Linux

    Cron job that creates backups of a directory in Linux

    Wednesday, August 7, 2024

    Maria D. Campbell

    In this post, I show how to create a cron job that backs up a directory in Linux Mint. I also show how to temporarily modify the cron job script so you can create the backup and remove it in the same day.

    #chmod, #cron daemon, #crontab, #linux, #linux mint, #automation, #task automation

  • setuid, setgid, and sticky bit in Linux and Unix (macOS)

    setuid, setgid, and sticky bit in Linux and Unix (macOS)

    Sunday, July 21, 2024

    Maria D. Campbell

    Learn how setuid, setgid, and sticky bit work in Linux and macOS — what they do, how to set and remove them with chmod, and when to use each one.

    #chmod, #file permissions, #linux, #linux mint, #unix, #macOS, #principle of least privilege, #special permissions, #setuid, #setgid, #sticky bit