English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,
I want to create a shell script for Linux to make 3-4 commands run at same time, can you please post me how i can do that, i have practiced creating batch files in ms dos and that works fine but no idea how i will do in Linux.

2006-10-10 16:37:07 · 2 answers · asked by patilkshitij 1 in Computers & Internet Other - Computers

2 answers

Create the script as a text file then run

chmod 777 filename

In linux, the execute bit for the given user/group must be set - chmod 777 sets the file to rwx for the user, group, and everyone.

2006-10-10 16:47:07 · answer #1 · answered by lwcomputing 6 · 0 0

Its easier in Linux, write the commands as you would in DOS, put them in a regular text file. Execute by chmod 777 then simply write the name of the text file.

I'm happy to see that more people are discovering Linux!
Beats Windows, hands down!

2006-10-10 16:46:51 · answer #2 · answered by T-girl 3 · 0 0

fedest.com, questions and answers