ufs-community / ufs-srweather-app

UFS Short-Range Weather Application
Other
55 stars 116 forks source link

NCO does not allow `_vrfy` functions for cp, cd, mv, ln, rm, and mkdir #1021

Closed chan-hoo closed 3 months ago

chan-hoo commented 6 months ago

Description

NCO does not allow `cp_vrfy`, `cd_vrfy`, `mv_vrfy`, `ln_vrfy`, `rm_vrfy`, and `mkdir_vrfy` in production ## Solution

Remove _vrfy from the basic unix commands cp, cd, mv, ln, rm, and mkdir.

mkavulich commented 6 months ago

See also #861, another good reason to remove these functions.