为了账号安全,请及时绑定邮箱和手机立即绑定

shell脚本运行时,出现这样的提示是什么意思

谁能告诉我是什么意思呀?

http://img1.sycdn.imooc.com//582945fd000125fb07410118.jpg

正在回答

3 回答

#!/bin/dash

/*a simple shell*/

/* use command 'leave' to exit*/

 

#include <unistd.h>

#include <sys/types.h>

#include <sys/wait.h>

#include <stdlib.h>

#include <sys/stat.h>

#include <fcntl.h>

 

#define BUFFERSIZE 80

 

extern char *get_current_dir_name(void);

extern char *getenv(const char *name);

extern pid_t waitpid(pid_t pid, int *status, int options);

 

char buffer[BUFFERSIZE+1];


0 回复 有任何疑惑可以回复我~

如果要改,还是要看你的脚本里面的具体内容来改,顺便,修改权限的命令是:chmod 权限值 文件名;

0 回复 有任何疑惑可以回复我~
#1

ls437088 提问者

请问要怎么改呀
2016-11-14 回复 有任何疑惑可以回复我~

第2和第3行的代码权限不够,第13行的代码语法错误;(你可以用set nu来查看行号)

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

shell脚本运行时,出现这样的提示是什么意思

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信