Changes between Version 11 and Version 12 of Procedures/NewDataArrival/ProjectSetUp


Ignore:
Timestamp:
Jun 18, 2018, 12:19:36 PM (6 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival/ProjectSetUp

    v11 v12  
    1919}}}
    2020Check the output and you can either copy paste those commands or much easier, use the above command with {{{-x}}} instead of -v.
     21
     22'''Also remove executable permissions from all the files - none of these files should be executable. Type following in the top-level directory of the project.'''
     23{{{
     24find . -type f -exec chmod a-x {} \;
     25}}}
    2126
    2227Now that you and I have the data placed in the system it is time to change the directory hierarchy to fit our standards. You, who should be '''arsf''' user, copy the unpacking config file to the unpacking directory and name it with year, julian and sortie. Easy: