Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change directory, files and sub-directories owner in linux

chown root /u
              Change the owner of /u to "root".

       chown root:staff /u
              Likewise, but also change its group to "staff".

       chown -hR root /u
              Change the owner of /u and subfiles to "root".
Comment

PREVIOUS NEXT
Code Example
Shell :: gradle git bash terminal weird characters 
Shell :: how to enable mod_headers in apache ubuntu 
Shell :: install yarn on ubuntu 
Shell :: git local setup 
Shell :: git submodule add 
Shell :: github api search 
Shell :: get a loading spinner javascript react 
Shell :: loop array bash 
Shell :: download docker ubuntu 
Shell :: ls order by date 
Shell :: powershell t admin 
Shell :: kubeadm get discovery-token-ca-cert-hash command openssl 
Shell :: debian mongodb 
Shell :: install apexcharts 
Shell :: vim remove all commented lines 
Shell :: commit changes from different branches 
Shell :: multiple ssh key 
Shell :: how to log into a remote linux server 
Shell :: where is my ubuntu folder located 
Shell :: change default terminal linux 
Shell :: install google assistant on linux 
Shell :: git Removing Files Only From the Staging Area 
Shell :: git cherry pick commit 
Shell :: ubuntu install latest vim 
Shell :: instal maven in mac brew 
Shell :: exit vim without saving 
Shell :: extract tar gz file windows 
Shell :: git ignore file is not working 
Shell :: install bootstrap vue 
Shell :: ssh 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =