{
    "path": "/home/krm/dev/mimer-academia/computer/terminal/Sections/manage-process.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Processhantering"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2022,
        "month": 9,
        "day": 15
    },
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "title": [
                "# 👁️‍🗨️ Om att anvädna processhantering"
            ],
            "description": [
                "Det behöver vi göra."
            ],
            "statments": [
                {
                    "link": "https://docs.google.com/document/d/1upg478W0TYG6OrG2rJ8Vh4GZKM0VOs9oHlIiboZ-pmQ/edit?tab=t.0",
                    "description": [
                        "Mer"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Gällande kommandon"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Ctrl-c - avbryter en process."
                    ]
                },
                {
                    "description": [
                        "Ctrl-z - Sparar en process i bakgrunden."
                    ]
                },
                {
                    "description": [
                        "Ctrl comands for process"
                    ]
                },
                {
                    "description": [
                        "Linux vs Windows process hantering. OBS! Våldsam!"
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "Deamon"
            ],
            "description": [
                "Ett program som körs i backgrunden."
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ top"
            ],
            "description": [
                "Detta program liknar Aktivitetshanteraren i windows."
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ htop"
            ],
            "description": [
                "Är som top programmet, men mycket bättre."
            ],
            "statments": [],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "🛠️ ps\t\t"
            ],
            "description": [
                "Visar processer i terminalen."
            ],
            "statments": [
                {
                    "description": [
                        "ps -a\t\tVisar fler processer."
                    ]
                },
                {
                    "description": [
                        "ps -aux\tVisar alla processer på datorn."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 1,
            "title": [
                "kill"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "kill -9 ID \tStänger ned en process som har det process id:et."
                    ]
                },
                {
                    "description": [
                        "killall NAMN\tStänger alla processer med det namnet. Praktiskt men farligt."
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "sections"
}