-
zsh: permission denied: ./build.sh 권한올려줘서 실행가능하게 만들기코딩Coding/make★gcc★&g++★clang★compiler 2022. 6. 29. 23:32728x90
https://appleceo.github.io/2019/10/02/shPermissionDenied/
.sh Permission denied 오류 뜰 때 해결방법
Development iOS
appleceo.github.io
c언어 Build.sh 사용법❤️16분30초~
거부되었다고 메세지 나오면 권한을 올려주자
chmod +x build.sh
출처: https://economiceco.tistory.com/14339 [경제PLUS:티스토리]
https://economiceco.tistory.com/14339
c언어 Build.sh 사용법❤️16분30초~
https://youtu.be/WEk_grxrCcg // 파일 만들기 touch build.sh build.sh #!/bin/bash cc -Wall -Wextra -ggdb -o main main.c -lm ./main 거부되었다고 메세지 나오면 권한을 올려주자 chmod +x build.sh https://..
economiceco.tistory.com
https://deeplify.dev/server/bash/create-execute-file-in-linux
[Linux/리눅스] Shell 실행 파일 만드는 방법 및 예제
리눅스 환경에서 Shell 스크립트로 실행파일을 만드는 방법을 예제를 통해 소개합니다.
deeplify.dev
반응형'코딩Coding > make★gcc★&g++★clang★compiler' 카테고리의 다른 글
Windows개발환경 세팅 mingw64 (0) 2022.09.19 g++20 compiler 터미널 명령어 블로그 (0) 2022.09.10 gcc 에서 옵션 ggdb에 대해서 (0) 2022.09.08 Initial GCC Rust Front-End Compiler Patches Submitted For Review (0) 2022.07.29 g++ -o YourProgName YourSource.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -std=c++17 (0) 2022.06.11 Use compiler flags for stack protection in GCC and Clang (0) 2022.06.03 CMake Tutorials 도움 많이 되는 글 (0) 2022.06.01 c++)GCC or clang (0) 2022.04.27