1.

How do I run a file in Linux?

Answer»
  • OPEN the command PROMPT using Ctrl+Alt+T
  • If your file does not have to execute permission, add the same chmod +X /root/home/your file.sh
  • Run the script by typing /root/home/your file.sh and press ENTER.


Discussion

No Comment Found