0 0
Continue readingCategory: Learn Linux
How to create a new file in Linux (CentOS 7)
0 To create a new file in Linux (CentOS 7), type touch filename then press Enter.. filename is the name
Continue readingHow to change the directory in Linux (CentOS 7)
0 To change the directory in Linux (CentOS 7), type cd target_folder then press Enter.. Target_folder is the name of
Continue readingHow to clear the screen in Linux (CentOS 7)
0 To clear the screen in Linux (CentOS 7), type clear and press Enter. The clear command will clear whatever
Continue readingLearn Linux : 10 simple commands to get started
0 Learn Linux : 10 simple commands to get started The idea is to start with something simple enough to
Continue readingHow to print system info in Linux (CentOS 7)
0 The command is: uname -a Please click on the image below to enlarge it. How to print system info
Continue readingHow to get the list of the hard drives in Linux (CentOS 7)
0 The command is: lsblk | grep sd Please click on the image below to enlarge it. How to get
Continue reading