{
    "path": "/home/krm/dev/mimer-academia/computer/terminal/Sections/changing-filesystem.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Förändra ett filsystem"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2022,
        "month": 9,
        "day": 12
    },
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "# 👁️‍🗨️ Vi ska lära oss förändra ett filsystem"
            ],
            "description": [
                "Detta med hjälp av komandona:"
            ],
            "statments": [
                {
                    "description": [
                        "mv",
                        " för att flytta på en fil."
                    ]
                },
                {
                    "description": [
                        "cp",
                        " för att byta mapp."
                    ]
                },
                {
                    "description": [
                        "rm",
                        " för att ta bort filer och mappar."
                    ]
                },
                {
                    "description": [
                        "ln",
                        " för att skapa länkar."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "reflection": true,
            "title": [
                "Funderingar"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Vad gör jag om jag tar bort fel fil?"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "mkdir"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "mkdir"
                    ]
                },
                {
                    "description": [
                        "mkdir -p",
                        " Skapar alla filer som behövs för att vi ska få sökvägen."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "touch"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "touch",
                        " \t\t\tSkapr en fil eller ändrar filens namn."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ cp"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "cp",
                        " Kopierar en fil FilNamn till MålNamn"
                    ]
                },
                {
                    "description": [
                        "cp -r",
                        " Kopierar en fil MappNamn till MålNamn"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ mv"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "mv",
                        " Flyttar en fil eller mapp SakNamn till MålNamn."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ rm"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "rm"
                    ]
                },
                {
                    "description": [
                        "rm -r"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Länkar till filer"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Hård länk(\"hard link\")"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Symbolisk länk(\"symbolic link\")"
            ],
            "description": [],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ ln"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "ln"
                    ]
                },
                {
                    "description": [
                        "ln -s"
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "sections"
}