Changes between Version 22 and Version 23 of shiny server
- Timestamp:
- May 3, 2019 4:27:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shiny server
v22 v23 129 129 * eleve droits sudo mk 130 130 * droits superutilisateur sudo su 131 * search application apt-cache search keyword apt search apache131 * search application `apt-cache search keyword` `apt search apache` 132 132 * install application 133 133 * Change permission for a folder and subfolder 134 134 * If you are going for a console command it would be: 135 * chmod -R 777 /www/store. The -R (or --recursive) options make it recursive.135 * `chmod -R 777 /www/store`. The -R (or --recursive) options make it recursive. 136 136 * Or if you want to make all the files in the current directory have all permissions type: 137 * chmod -R 777 ./137 * `chmod -R 777 ./` 138 138 139 139 basin commands for vi