Changes between Version 22 and Version 23 of shiny server


Ignore:
Timestamp:
May 3, 2019 4:27:43 PM (6 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shiny server

    v22 v23  
    129129 * eleve droits sudo mk 
    130130 * droits superutilisateur sudo su 
    131  * search application  apt-cache search keyword  apt search apache 
     131 * search application  `apt-cache search keyword`  `apt search apache` 
    132132 * install application  
    133133 * Change permission for a folder and subfolder 
    134134    * 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. 
    136136    * 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 ./` 
    138138 
    139139basin commands for vi