Nithin Kumar C Anithin18.hashnode.dev·3 hours agoUser Management Commands in LinuxIntroduction User management is a critical aspect of Linux system administration. Whether you’re managing a personal server or a multi-user environment, knowing how to create, modify, and manage users ensures smooth operation and security. In this bl...Discusslearning linuxLinux
KEN MWAURAzoo.hashnode.dev·9 hours ago28 Common Linux 🐧Questions And Answers 🖥️Introduction Welcome to the friendly world of Linux! If you’re curious about how this powerful operating system works, you’ve come to the right place. This article is packed with common questions and easy-to-understand answers that will help you get ...Discuss·1 likeLinux
DEVESH NEMADEdeveshnemade.hashnode.dev·19 hours agoEssential Linux CommandsLinux commands are a critical part of managing systems, debugging issues, and automating tasks in the IT field. 1. Navigation and File Management cd: Change the current directory. Example: cd /home/user/Documents cd ..: Move up one directory level...DiscussLinux
Nithin Kumar C Anithin18.hashnode.dev·Nov 21, 2024Linux File Operations:IntroductionLinux is a powerful operating system, and managing files is one of its core functionalities. Whether you're creating, editing, copying, or deleting files, knowing the right commands is essential. This blog will guide you through the most ...Discusslearning linuxLinux
Sayali Kokaneall-about-devops.hashnode.dev·Nov 19, 2024Basic Linux commandsFile and Directory Commands :- ls option_flag arguments: List the subdirectories and files available in the present directory. ls -l: List the files and directories in long list format with extra information. ls -a: List all including hidden files ...Discusslinux for beginners
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Nov 18, 2024Day 6 : File Permissions and Access Control ListsTask 1 : Understanding File Permissions - Create a simple file and run ls -ltr to see the details of the files. Each of the three permissions are assigned to three defined categories of users. The categories are: Owner: The owner of the file or appl...Discuss·2 likesLinux
Ahmed Razaahmedrazadev.hashnode.dev·Nov 18, 2024Linux: A Comprehensive Guide for Developers and EnthusiastsLinux is an open-source operating system that has become a backbone for technological infrastructure worldwide. Known for its flexibility, stability, and performance, Linux has grown from a small project into a robust, scalable operating system that ...DiscussLinux
Bhagyashri Bobadeawscloudqa.hashnode.dev·Nov 17, 2024Basic Question About Cloud-Computing🌨️❓1)What is Cloud Computing? ☁️ ->Cloud Computing is delivering the on demand computing services including servers,data storage,database,networking and software over the internet ,pay as you go. Example → "When you use Google Drive to store your files,...DiscussCloud Computing
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 14, 2024Mastering Linux Commands: sudoers, Shell Scripting, and Text Processing with awk, grep, and sedLinux offers powerful tools for system administration, shell scripting, and text processing, making it a versatile operating system for both developers and system administrators. This blog will guide you through advanced Linux commands and scripting ...DiscussLinux
Harendra Barotharrybdevops.hashnode.dev·Nov 13, 2024Improve Server Operations with Server Performer AnalyzerGoal of this project is to write a script to analyze server performance stats. Overview server-stats.sh is a shell script designed to analyze basic server performance statistics. It provides detailed insights into system resource usage, top processe...Discussserverless