© 2023 Hashnode
#linux-for-beginners
The manage user and groups account is the core part of Linux operating system. Each user has distinct login credentials in operating system to manage customize privileges in to user and group account. Each user and group got default unique …
Linux is a powerful operating system that provides many useful tools and utilities that can help you manage your system efficiently. In this article, we will cover some important Linux topics like use…
In my last blog i have mentioned about how we can use ls and the various options and how we create directories/sub directories how we can remove them. Today lets see how we create a file in linux how …
History of Linux: Linux came from a Unix family which was developed by Linus Torvalds in September 1991 when he was a student at the University of Helsinki, Finland, USA. He developed the first code o…
Hello everyone! Are you struggling to search for specific text, files or directories in your Linux system? Look no further than the "grep", "find", and "awk" commands. First up is "grep", which stands for Global Regular Expression Print. "g…
Hi Folks! We'll cover Linux roadmap from Scratch to advance. in two part. It will help you to enhance your knowledge. In this we will learn about Basic Linux #90daysofdevops What is Linux - Linux is a…
Linux is a free and open-source operating system that is widely used by developers, system administrators, and power users. Linux is known for its stability, security, and flexibility, making it a pop…
What is Linux Linux is an open-source Unix-like operating system-based family on the Linux kernel, and the OS kernel was first published on 17 September 1991 by Linus Torvalds. Linux is one of the po…
https://twitter.com/howtouselinux1/status/1345589955494494209?cxt=HHwWgoCq6e27v6wlAAAA
rsync command rsync is a command-line utility in Unix/Linux systems that allows you to synchronize files and directories between different locations. It can be used for local or remote backups, and it supports many options to customize the…