Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- Transfer modules between sites
- Install APXS in Redhat Linux
- super(props) in React
- Set Windows path command line
- MySQL date created and date modified
- JavaScript, remove trailing insignificant zeros after toFixed function
- React: connect(mapStateToProps, mapDispatchToProps)
- MySQLcase When Then END in comparison
- PHP function for input sanitizing
Friday, September 26, 2014
Linux, change all file ownership in a directory and all sub-directories recursively
For example, I want to change the ownership of all files in the directory "html" and its sub-directories recursively to jiansen in Linux:
sudo chown -R jiansen html
Labels:
Linux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment