Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #3K
~373 People Reached
About Me

I love working with computers. I've spent several years as a Unix systems administrator and have certifications in HP-UX and Linux. I still work with Unix a lot, mainly HP/AIX/Linux (more and more Linux these days) but am migrating towards development…

Interests
Programming! Unix systems administration (HP-UX/AIX/Linux/Windows). Manned spaceflight. Theology/Religion.…
PC Specs
IBM Thinkpad T42
Favorite Forums
Favorite Tags
Member Avatar for 18041980

I need script for pinging the machines in subnet make list of alive hosts with there OS version redirected in a file. I am from System admin field and not aware of scripting and also beginner of UNIX. Thanks in advance.

Member Avatar for 18041980
0
202
Member Avatar for iggy78

#!/bin/bash # Bash script that will produce a text file that has a list of the files in the present working directory cd /bin ls -d ls -d >>file.txt #!/bin/bash #Bash script that will copy all the files in one directory to another directory ls -d mkdir /EgorDir cp*.*ls-d /EgorDir …

Member Avatar for iggy78
0
76
Member Avatar for psmawson

Hi Guys, I managed to patch together some code but now im a little stuck with getting through the rest of it, i want be able to use a script to start, stop, restart and update a cs server, under niether is what i have so far, to update the …

Member Avatar for t_rectenwald
0
95