Summary: I'm trying to incorporate into my shell scripts the su command but can't remember how to supply the password from either within the script or source f...
Summary: I'm really not a UNIX guy... But here is my problem. With the exception of the root account all users when trying to log on get a black screen for a m...
Summary: Hello Everyone, I am trying to write a script which remotely logons to a server without prompting password. Then sudo to a particular user and execute...
Summary: I am new to unix but have a basic understanding. I have a script that reads in a username then uses useradd to create a logon, but if you type a user ...
Summary: Hi everyone, Could someone help me? PLEASE! I need to write a script that will display each user that is allowed to log on to the box and the comment...
Summary: Can anyone help, I am trying to write a script to logon to a sun machine from an SGI machine and then run a process. The script works ok but stops whe...
Summary: Sorry to confuse you guys. Well i re evaluated the script closely. Looks like i was mistaken to find the root cause of the 2 hours processing. Basica...
Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and...
Summary: I need a script that prompts the user for a file name and checks the spelling of the words contained in the file, and then runs vi placing the cursor ...
Summary: As some of you are no doubt aware, one of the later versions of Mac OS X (Tiger) has issues in connecting to Windows Server 2003. The only solutio...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of t...
Summary: William was kind enough to help me with the following awk script to convert fields into vCal standard items. It works beautifully in testing, but I...
Summary: Hi Gurus, I'm in the process of deploying my Cobol application (comprises of CGI's and its server pgms) onto Unix platform. I could able to set up the...
Summary: I am using the following script(SECURE_FTP.sh) to put files into a remote system. When i am executing this script, it printing ksh: ./SECURE_FTP.sh:...
Summary: I'm trying to write a shell script to monitor certain files and display a warning when they reach a certain size. The idea being to give a warning BEF...
Summary: Hi all, I am looking for a simple script. Does not matter which shell, perl, etc. it would run on. Basically all I need is that it would open my video...
Summary: Hi all, What I need to do is very simple :) I just need to run a script every hour to check on a certain directory on the HP-UX server we have e.g. /t...
Summary: I'm trying to write a backup script to backup a couple directories. This is what I have so far, it's not fleshed out because I've been getting errors...
Summary: Hi all, I'm trying to write an interactive script wherein user has to input some paramaeters. I am using "read" for that. I was wondering if I can use...
Summary: I need heeelp. please I am stuck writing a "loop" script that will ask a user for a file name , then copy the file 5 times automatically, and the dest...
Summary: I have a .txt file that contain any # of lines and 6 tab-delimited fields / line. I want to write a script that would read each line and assign each ...
Summary: I'm a student, and I have a hard time completing this term assignment, if anyone could help me I would appreciate it very much. I did my best to do i...
Summary: I have a script that inputs a line into the first line of a text file using sed: sed '/1i\ '$LINE'' <$FILE FILE and LINE are inputted using read. ...