Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Bash shell programming
Name: frank.hertz Date: November 19, 2002 at 08:52:56 Pacific OS: Linux Mandrake CPU/Ram: 64
Comment:
I need to create two AWK files, to create and delete users in a Linux system. They must be two separate files; ‘createuser’ and ‘deleteuser’.
Demands for ‘createuser’: - creates a user with a unique ID automatically - the user is to enter a group which either exists OR may be created here - the user must be given a password so that he can login to the system
Demands for ‘deleteuser’: - deletes a user and his dir
The built-in adduser and deluser (in the bash) may not be used!
Summary: I find bash shell script runs on unix does not run on linux(SUSE). For example even the following simplest one gives me an error on SUSE,but unix. Is this something wrong with bash on SUSE? or linu...
Summary: dear linux friends.. i want to display my personal information [author, email address, report bugs] at the header part of the screen when i am running my shell script without using the "echo" command....
Summary: Hi there, I have Mandrake 8.0. I see the pico editor in the GUI editors minue. But I can not get it to work in the bash shell. How can I get pico to work the bash shell? The only editor I can get to r...