Search Results

Search: Posts Made By: operator
2,302
Posted By operator
more progress
iv been working and iv got this far:

for i in `seq 1 05`
do
echo"enter username"
read username
if
who | grep $username
then
echo -e "the user is logged on \a"
echo -e "\007"
echo...
2,302
Posted By operator
i just need help on how to put the commands...
i just need help on how to put the commands together into a script.

---------- Post updated at 01:19 PM ---------- Previous update was at 04:58 AM ----------

iv been working on it and this is...
2,302
Posted By operator
need help with shell programing script
1. The problem statement, all variables and given/known data:
Write a Shell script to automatically check that a specified user is logged in to the computer.
The program should allow the...
10,100
Posted By operator
shell to check user is logged on
I was given this to do,

Write a Shell script to automatically check that a specified user is logged in to the computer.
The program should allow the person running the script to specify the...
1,748
Posted By operator
stuck on assignment
I was given this to do,

Write a Shell script to automatically check that a specified user is logged in to the computer.
The program should allow the person running the script to specify the...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy