© 2023 Hashnode
#shell
The script will show the below output on the Screen. 1) welcome the user with his name 2) Show the date & time 3) Uptime of the server and the last logins 4) Show disk space utilization and RAM utiliz…
Shell scripting is a powerful tool that allows you to automate repetitive tasks, perform system administration tasks, and run complex command sequences. It involves writing scripts or programs that ar…
prerequisites beginner's friendly Laptop or phone Terminal Internet access At the end of this blog, readers should be able to make use of the following highlights on the table of content effectively. …
Linux is a popular open-source operating system that is used by developers, IT professionals, and enthusiasts worldwide. One of the most powerful and flexible tools in Linux is the terminal, also know…
What is Kernel:- The kernel is a computer program that is the core of a computer's OS, It is the portion of the operating system code that is always resident in memory and facilitates interactions bet…
What is Kernel ? In computing, a kernel is the core component of an operating system that manages system resources, communicates with hardware devices, and provides fundamental services to other software running on the system. It acts as …
I have read numerous documentation and tutorials to help you understand the basics of shell scripting. A bash script is a series of commands written in a file. By the end of this tutorial, you will be…
Introduction RCP (Remote Copy) is a file transfer protocol used on Linux and Unix systems. It is similar to SCP (Secure Copy) but does not use encryption, making it faster but less secure. In this blo…
What is a Shell? Shell is simply a program started by the kernel when you log in to your Linux system. The shell acts as an interface between the user and the Linux kernel. Whatever task you want to p…
What is Linux:- The full form of LINUX is Lovable Intellect Not Using XP. Linux was built by and named after Linus Torvalds. Linux is an open-source operating system (OS), An operating system is a so…