Ansh Balanlinuxfordevops.hashnode.dev·Jan 9, 2025Part 7: Few More Useful Linux Commands for Linux UsersIn this part, we will explore some additional Linux commands that are highly useful for managing users, searching text, identifying file types, and modifying file ownership. These commands are essential for both system administrators and everyday use...linux for devops
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
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
Dinesh Kumar Kblog.dineshcloud.in·Sep 19, 2024Linux - File PermissionsLinux file permissions play a crucial role in maintaining the security and integrity of the operating system. Understanding how to manage file permissions allows you to control access to files and directories, ensuring only authorized users can read,...LinuxLinux
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
Cloud Tunedcloudtuned.hashnode.dev·Aug 5, 2024Cheat Sheet #day71 - chownchown Command Cheatsheet The chown command in Unix-like systems is used to change the ownership of files and directories. It allows users to transfer ownership from one user to another and optionally change the group ownership as well. Here’s a quick...Cheat Sheetschown
Riva Diasdias-blog.hashnode.dev·Feb 22, 2024File Permissions and Access Control ListsIn Unix and Linux ecosystems, file permissions and access control lists (ACLs) play a fundamental role. It restrict to who can access, modify, or execute files and directories. ⏯ Create a simple file ✓ "ls -ltr" to see the details of the files The ...chgrp
Subash Neupaneblogs.subashneupane3.com.np·Sep 15, 2023The Power Trio: Chmod, Chown, and ACL for Linux File Management"In the Linux system, we can assign different permissions to different files and directories using the chmod command and change the ownership of a file using the chown command while ACL was created so that regular users could share their files and dir...file-permission
5 Mins Learn5minslearn.hashnode.dev·Feb 13, 2023Users and Groups in Linux — How to use chown and chgrp commands?When it comes to large organization, the Users and Groups plays important role in every side of people. There will be different levels of users in an organization. In order to scale this, We need a strong understanding of users and groups. To protect...31 readsLinux
Anupam Majhianupammajhi.hashnode.dev·May 17, 2016LINUX: chmod & chown — The File & Folder Access Controlchmod and chown are among those popular Linux commands. chmod: To modify access to files and folders by providing read/write/execute permissions.chown: To change the ownership of a file or folder. chmod There are two ways in which the permissions can...chmod