Skip to content

Arch Linux Commands & Helpful Content

LeandroTheDev edited this page Apr 27, 2023 · 41 revisions

Commands

Uncompress

  • tar -xvf

Give folder permissions

  • chmod o=rwx *

Give folder owner

  • sudo chown -R Person *
  • sudo chgrp -R Person *

Change grub order

  • sudo vim /etc/default/grub
  • GRUB_DEFAULT="2"

Update-grub

Show Windows in grub

  • sudo vim /etc/default/grub
  • #GRUB_DISABLE_OS_PROBER=false
  • update-grub

Clone this wiki locally