Linux Cheat Sheet

Linux
About the Newsletter

Join 100+ subscribers who get 0x1 actionable security bit every week.

I frequently leverage the following Linux commands in my daily work, and I’m excited to share them with you in this cheat sheet. As I continue to learn and explore, I’ll be updating this resource regularly.

It’s worth noting that I’ve tested all the commands on Debian-based Linux systems, particularly Ubuntu.

Feel free to bookmark this page for future reference and stay tuned for regular updates!

Navigation/Editing
  • Ctrl + a – Go to start of line
  • Ctrl + e – Go to end of line
  • Ctrl + u – Cut from start of line
  • Ctrl + k – Cut to end of line
  • Ctrl + w – Cut the word before the cursor
  • Ctrl + y – Paste the last cut text
  • Ctrl + L – Clear the screen
History
  • Ctrl + r – Search history
  • !! -Repeat last cmd
  • !abc – Run last command starting with abc
Misc Commands
  • sudo shutdown -h now – Shutdown system now
  • sudo shutdown -r now – Reboot system now

Resources

All credit for these commands goes to the creators behind the below cheatsheet, and I’m grateful for their contribution to the community.

Thanks for reading. Feel free to connect with me on or LinkedIn for any suggestions or comments.

For more updates and exclusive content, subscribe to our newsletter. Happy Reversing! 😊

Join 100+ subscribers who get 0x1 actionable security bit every week.




Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

Related Posts

No results found.
keyboard_arrow_up