Linux Terminal Basics: chmod - File Permissions
chmod is used to change the permissions for files and folders, e.g. making a script executable.
Usage:
$ chmod 775 file
$ chmod +x file
$ chmod u=rw,go=r file
Chmod Calculator: https://chmod-calculator.com/
Background from Charlie Henson:
Abstract on Bricks - https://www.opendesktop.org/p/1206601/
Like my channel? Please help support it:
Patreon: https://www.patreon.com/quidsup
Paypal: https://www.paypal.me/quidsup
Follow me on Social Media
Google+ https://google.com/+quidsup
Twitter: https://twitter.com/quidsup
Minds: https://minds.com/quidsup
Other Videos By quidsup
2018-02-12 | Pwning KDE with a USB Thumb Drive |
2018-02-08 | Looking at KDE Plasma 5.12 LTS Changes |
2018-02-05 | Feren OS 2018.01 Review - Rolling Release of Linux Mint |
2018-01-30 | Looking At 1,500 Sites, 27 Million Account Data Breach |
2018-01-29 | NoTrack 0.8.9 update – New Theming Improvements |
2018-01-27 | The Abuse of Crypto Coin Miners |
2018-01-25 | Linux Terminal Basics: Grep |
2018-01-20 | Linux Terminal Basics: Text Viewers - Cat, More, Less, Head, Tail, Grep, Od |
2018-01-17 | Linux Desktop Share at 3% |
2018-01-15 | Microsoft PowerShell Core 6.0 in Linux |
2018-01-13 | Linux Terminal Basics: chmod - File Permissions |
2018-01-11 | Linux Terminal Basics: chown, chgrp - File Ownership |
2018-01-07 | Meltdown & Spectre Vulnerabilities - What You Need To Know |
2018-01-05 | Intel’s Response to Meltdown & Spectre Vulnerabilities |
2018-01-03 | Kernel Memory Leak Affects Intel CPUs on Linux, MacOS, Windows |
2018-01-01 | What Are Snaps for Linux |
2017-12-27 | Best and Worst Linux Distributions of 2017 |
2017-12-25 | Year of Linux News 2017 |
2017-12-23 | Ubuntu 17.10 And Other Linux Distros Damaging Lenovo BIOS |
2017-12-21 | Spotify Available as a Snap For Linux |
2017-12-19 | TrueOS 17.12 Review – An Easy BSD |
Tags: Linux
Terminal
Permissions
chmod
Tutorial
Ubuntu
Desktop
Computing
Quidsup