Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

how to make a .sh file executable code example

Example 1: ubuntu make sh file executable

chmod +x <fileName>
sudo ./<fileName>

Example 2: how to make a .sh file executable

chmod u+x <fileName>.sh

Tags:

Shell Example

Related

python convert text object to list code example get the size of an array in c code example execution time oh my zsh code example how to replace values in a pandas column code example remove recursive apache ubuntu code example flutter icon options code example long to value type.number in java code example change text color navbar bootstrap 4 code example javscript how check if string is empty code example last five elements of list python code example compare two strings ignoring spaces code example substring function in sql code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy