{
  "id": 8813910,
  "title": "Kubernetes - Day - 03 - File Permissions, Bind Mount",
  "url": "https://urgent.news/2026/09/21/kubernetes-day-03-file-permissions-bind-mount",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-21T00:51:32.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/technonotes/kubernetes-day-03-file-permissions-bind-mount-336c"
  },
  "original_language": "en",
  "account": null,
  "summary": "File Permission - chmod 600 <file_name> - chmod -R 6-- <folder_name> - R -- > Recurrsive What is UMASK ? This is for default permission. just type \"umask\". Reply 0002 ( what it means ? ) Don't take the first 0. It will be for directory. It will give 666 (rw- rw- rw-) --> 666 - 002 --> 664. The result is ( rw- rw- r-- ) Bind Mount mount --bind <src_folder> <dest_folder> A folder is like HOST. B…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}