|
-
December 6th, 2003, 10:56 PM
#1
So...let's recap:
(Type) vi [filename]
(To edit file - press) i
(To stop editting) ESC
(To Save and quit) :wq!
(In the shell, give permissions) chmod 755 [filename]
(Assuming you had !/bin/bash, run) ./[filename]
(If not) bash [filename
Don't forget to compile it if you need to. ;-)
As MsM said
gcc filename.c -o filename
then
./filename
MB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|