Is it easy to learn and remember linux's commands?? Plz give me advices | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it easy to learn and remember linux's commands?? Plz give me advices

16th Jun 2018, 12:31 PM
Omar
Omar - avatar
2 Answers
+ 3
The command line can be daunting for new Linuxusers. Part of that is remembering the multitude of commands available. After all, in order to use the command line effectively, you need to know the commands. Unfortunately, there’s no getting around the fact that you need to learn the commands, but there are some tools that can help you out when you’re getting started. https://www.maketecheasier.com/remember-linux-commands/
16th Jun 2018, 12:33 PM
Alexander Sokolov
Alexander Sokolov - avatar
+ 2
Here's something you can try, especially if you are learning/practicing programming at the same time. Use Ctrl-Alt-F4 (or almost any other F-key, try some other ones if F4 doesn't work) to get onto a naked command line. From here do your work as usual using nano as an editor and Linux commands to move around the system, compile etc. After you get used to this read up on some other command line programs (like grep, ed, vim etc.) and try to incorporate them into your work flow. When you want to automate a task, instead of using a language like Python or Perl, use a shell script.
16th Jun 2018, 1:14 PM
Vlad Serbu
Vlad Serbu - avatar