diff --git a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
index 726632b..193723c 100644
--- a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
+++ b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
@@ -7,7 +7,7 @@ function shell(){
 
 shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
     return new Promise((resolve, reject) =>{
-        let  shell =`./RECORD_APP`+
+        let  shell =`./Recorder_local`+
         ` --appId  ` +appId +
         ` --uid ` +uid +
         ` --channel ` +  channel +