Gireeshimmrdg.hashnode.dev·Nov 13, 2024Mastering File Management in Unix-like Systems: A Comprehensive GuideUnix-like systems, including Linux and macOS, provide users with a robust command-line interface for performing various tasks, including file and directory management. These systems are known for their stability, security, and flexibility, making the...10 likes·36 readsFile and User System ManagementLinux
Aditi Sitauladeepdiveos.hashnode.dev·Nov 12, 2024How does Ls work internally? A deep dive into files, devices and OSWhen you’re working with Linux, one of the most common commands you'll use is ls. Whether you're listing files in your home directory, exploring device files in /dev, or examining the contents of a system directory, ls is an essential tool. But have ...os
Vishnu Rachapuditechnodiaryvishnu.hashnode.dev·Oct 31, 2024Amazon FSx: Overview and Use CasesAmazon FSx is a fully managed service that enables users to deploy and run popular file systems in the cloud with the performance and features they require. Each option under Amazon FSx is optimized for specific workloads, providing solutions tailore...AWS Storage SeriesAWS
Adebayo Otomuolaotomuolaadebayo.hashnode.dev·Oct 24, 2024Mastering File System Operations in NodeJs: Reading and Writing to FilesIntroduction Reading and writing to files in Nodejs can be done in two ways: asynchronous and synchronous. Nodejs is asynchronous by default. A file system is a strategy that an operating system uses to organize and handle files on storage devices in...Node.js
Mohd Shadanshadan81.hashnode.dev·Aug 5, 2024Linux File System ExplainedLinux File System - Essential Directories As a DevOps engineer, mastering Linux navigation is crucial. Here’s a quick guide to the key root directories and their purposes: /bin: Essential binaries for system boot and basic functions. Programs lik...Linux
Rino Reji Cheriyanrinoreji.hashnode.dev·Jul 17, 2024Fast Method to Obtain All File Info from a Directory TreeFileList \\Server\Documents > ListOfFiles.csv FileList is a command-line utility that generates a CSV file listing the contents of a given directory. By default, the list includes the file name, size, and path, as well as the last-access, last-modif...FileList
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 16, 2024Day 12: Understanding Git & Git HubGIT Git is a version control system that enables variations made in a file to be monitored and tracked. It contains the record of ongoing file development versions which permits switching between different stages of the file and it is implemented on ...Devops articles
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 8, 2024Day 3: Advanced LinuxVim File Editor It is the widely used file editor of Linux OS that helps you to insert text in a file and save it for later use. It is the improved version of Vi editor. $vim file: open a file named 'file' in vim editor Once the vim editor will open,...38 readsDevops
KALPESH MOHANTAkalpeshblog.hashnode.dev·Jul 1, 2024Linux Filesystem & Essential Linux CommandsLinux Directory Structure /: The root (base) directory. /root: The home directory for the root user. /home: The directory containing user home directories. /lib: Contains essential system libraries required to run commands and tools, used by /bi...Linux
Raja Rameesrajaramees.hashnode.dev·Jun 29, 2024Simplifying Storage in Linux with LVMManaging storage in Linux can be a daunting task, especially for beginners. However, with the help of Logical Volume Manager (LVM), you can simplify the process of managing disk space. In this blog post, we'll explore the basics of LVM and how it can...1 like·379 readslinux for beginners