Debian下sh: 1: hello: not found
计划从今天开始学习Linux下的c/c++,结果就写了个hello world就碰到问题了。在网上查了查,没有解决问题。请大神帮忙。
lml@debian:~/Pro/c$ ls hello.c lml@debian:~/Pro/c$ gcc hello.c -o hello lml@debian:~/Pro/c$ ls hello hello.c lml@debian:~/Pro/c$ ./hello sh: 1: hello: not found lml@debian:~/Pro/c$
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看下 ls -l