Ankita Lunawatcloudhub2295.hashnode.dev·Nov 29, 2024Use a shell script to install Docker on Ubuntu.A shell script is a computer program designed to be run by a Unix shell, like Bash. It's a sequence of commands that can automate tasks, making your work more efficient. Docker and shell scripting are powerful tools that can be used together to autom...Docker
Shikhar Shuklashikhar99.hashnode.dev·Nov 27, 2024Linux Basics: A Comprehensive One-Line Guide to Essential ConceptsLinux is a cornerstone of the IT world, powering servers, desktops, and embedded devices. Whether you're a beginner or brushing up, here's a concise guide covering key Linux concepts with commands to get started. 1. What is Linux? Linux is an open-s...Linux
Trushang Suthartrushang-dev.hashnode.dev·Nov 22, 2024Understanding Linux File Permissions: A Guide for DevelopersFile permissions in Linux are key to keeping your files and directories secure while controlling who can access them. In this blog, we’ll explain file permissions in simple terms, show you how to calculate them, and guide you on using commands like c...LinuxSecurity
sravani punreddysravanipunreddy.hashnode.dev·Oct 28, 2024Unlocking Linux File Permissions: Manage Access for Owners, Groups, and OthersIn Linux, file permissions play a crucial role in maintaining system security and data integrity. They control who can access, modify, or execute files, ensuring that sensitive files remain protected. Let’s dive into the basics of file permissions, b...#group permissions
Bilalbilalansari.hashnode.dev·Sep 8, 2024File PermissionUsing this file permission pcncept, you can do certain tasks:- a)chomd: Change the permission of the file Eg: Create a file with any name and type ls -l then you will see this permission drwxr-x--- Here r will be considered as "Read", w as "Write" an...file-permission
Yusuf Isahyuscode.hashnode.dev·Sep 5, 2024Chapter 5 - Linux File Permissions and OwnershipIntroduction In Linux, permissions and ownership play a crucial role in controlling access to files and directories. Understanding permissions and ownership is essential for maintaining security and organization in your Linux system. In this chapter,...LinuxLinux
Vibhuti Jainvibhutijain.hashnode.dev·Aug 20, 2024Day 6 Task: File Permissions and Access Control ListsFile Permissions - File permissions in Linux control who can read, write, or execute a file or directory. These permissions are crucial for maintaining the security and proper functioning of a system. Permission Types Each file and directory in Linux...permissions
Sunil Joesuniljoe.com·Aug 9, 2024Linux Basic ConceptsLinux Basic Commands whoami - Current user name pwd - Current working dir cd - Change dir ls - List file or folder ...linux for beginners
Cloud Tunedcloudtuned.hashnode.dev·Aug 4, 2024Cheat Sheet #day70 - chmodchmod Command Cheatsheet The chmod command in Unix-like systems is used to change permissions (mode) of files and directories. It allows users to specify who can read, write, or execute files. Here’s a quick reference guide: Basic Syntax chmod [OPTIO...Cheat Sheetschmod
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 9, 2024Day 4: Shell Scripting (Part I)Shell Scripting Linux shell scripting: It is used to write scripts that can be run by a Linux shell, such as bash (Bourne Again Shell). These scripts automate tasks, perform system administration tasks, and facilitate the interaction between users an...27 readsDevops