🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Managing Swap Space in Linux: Introduction and Fundamentals
10 Questions
0 Views

Managing Swap Space in Linux: Introduction and Fundamentals

Created by
@InestimableForeshadowing

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Quelle commande est utilisée pour créer une partition destinée à abriter la zone de swap?

  • swapon /dev/sda6
  • swapoff /swapfile
  • mkswap /dev/sda6
  • fdisk /dev/sda6 (correct)
  • Que signifie la commande 'mkswap /dev/sda6'?

  • Supprimer un fichier swap
  • Configurer le swap dans /etc/fstab
  • Mettre en service la zone de swap
  • Créer la partition de swap (correct)
  • Quelle commande permet de mettre en service la zone swap?

  • swapoff /swapfile
  • swapon /dev/sda6 (correct)
  • rm -v /swapfile
  • fdisk /dev/sda6
  • Comment peut-on ajouter les informations de la partition d'échange à /etc/fstab?

    <h1>gedit /etc/fstab /dev/sda6 none swap sw 0 0</h1> Signup and view all the answers

    Quelle commande est utilisée pour mettre hors service une zone de swap?

    <p>swapoff /swapfile</p> Signup and view all the answers

    Que faut-il faire pour supprimer un fichier swap?

    <h1>rm -v /swapfile</h1> Signup and view all the answers

    Laquelle des commandes suivantes n'est PAS utilisée pour traiter l'espace de swap?

    <h1>rm -v /swapfile</h1> Signup and view all the answers

    Quelle commande est utilisée pour configurer le swap dans le fichier '/etc/fstab'?

    <h1>gedit /etc/fstab /dev/sda6 none swap sw 0 0</h1> Signup and view all the answers

    Que signifie la commande 'swapon'?

    <p>'Activer une partition comme espace de swap'</p> Signup and view all the answers

    Quelle action permet de marquer une partition comme espace de swap?

    <h1>mkswap /dev/sda6</h1> Signup and view all the answers

    More Quizzes Like This

    Use Quizgecko on...
    Browser
    Browser