Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux file full permission

To change directory permissions in Linux, use the following:

chmod +rwx filename to add permissions.
chmod -rwx directoryname to remove permissions.
chmod +x filename to allow executable permissions.
chmod -wx filename to take out write and executable permissions.
Note that “r” is for read, “w” is for write, and “x” is for execute. 

This only changes the permissions for the owner of the file.
Comment

PREVIOUS NEXT
Code Example
Shell :: ansible playbook omit tag 
Shell :: boot pendrive windows cmd 
Shell :: install vs code on ubuntu 
Shell :: bash script to get all git branches from remote 
Shell :: git modify repository remote url 
Shell :: how to install android sdk tools in ubuntu using command line 
Shell :: rickroll ssh 
Shell :: fix drive readonly in linux 
Shell :: Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed. 
Shell :: start vagrant box 
Shell :: brew install cf cli 
Shell :: deno bundler 
Shell :: xcode errSecInternalComponent 
Shell :: 7z extract to folder with same name linux 
Shell :: ubuntu stop jira service 
Shell :: apt order by size 
Shell :: git commit --amend with commit id 
Shell :: install laravel installer on fish shell 
Shell :: how to delete unwanted built in apps in phone using cmd 
Shell :: shell bash kommentti 
Shell :: bash variable substitution 
Shell :: github filter not label 
Shell :: how to create tls.crt and tls.key 
Shell :: github save init repository to remote 
Shell :: get you the list of those packages that Postgres installed. 
Shell :: redis sentinel get master ip 
Shell :: how to change branch name 
Shell :: how to install brew on jelastic 
Shell :: grep third match 
Shell :: dokcer not working 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =