Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
08-15-2023, 12:11 AM
Post: #1
|
|||
|
|||
[GET] Linux Modules
Linux Modules
Intermediate Commands Rating: 4.0 out of 5 (28 ratings) 6,182 students 31 mins on-demand video 1 article Description This course teaches you intermediate Linux commands. Linux is a computer system that is widely used in servers and many different devices. If you are a Linux user, you can use the commands in this course to become a pro Linux user. You will learn to filter output, how to use the AWK command, see disk usage and more commands. These should work with any Linux system. Even if you use an online simulator, you should be able to run the commands. grep searches for file patterns. If you're looking for a specific pattern in the output of another command, grep will highlight the relevant lines. Use this command to search log files, specific processes, and more. If you want to see if Apache Tomcat is started, you might be overwhelmed by the number of lines. By piping this output to the grep command, you can isolate the lines that indicate server startup. https://www.udemy.com/course/linux-modules/?couponCode=ULTIMATE Enjoy! |
|||