Very useful and not much known Linux commands that you probably aren’t using in your daily life

Ömer KARABACAK
2 min readApr 9, 2021
  • redo the last command but as root
sudo !!
  • open an editor to run a command (probably a long one)
ctrl + x + e
  • create a super-fast disk for IO dependent tasks to run on it
mkdir -p /mnt/ramdisk && mount…

--

--