Sponsored Content
Full Discussion: UNIX System Admin Document
Top Forums UNIX for Advanced & Expert Users UNIX System Admin Document Post 33314 by hugo_perez on Friday 27th of December 2002 11:44:15 AM
Old 12-27-2002
in HP-UX ... (kernel)

Code:
#!/bin/ksh
linea=""
LOG="./datos/kernel.txt"
> $LOG
header="Parameter;Current;Planned;Default;Minimum;Module;Version;Dynamic"
echo "$header" |tee -a ./datos/kernel.txt
inicio=1
kmtune -l | while read c1 c2
do
  if [ "$c1" = "Parameter:" ]
  then
     if [ $inicio -eq 1 ]
     then
        linea=$linea"$c2;"
        inicio=0
     else
        echo $linea |tee -a ./datos/kernel.txt
        linea="$c2;"
     fi
  else
     linea=$linea"$c2;"
  fi
done
exit 0

added code tags for readability --oombera

Last edited by oombera; 02-20-2004 at 04:16 PM..
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Scripted Document Management System

Over the past 4 -5 years, I have cobbled together a rudimentary 'Document Management System' for a school district I support using Linux Bash Shell scripts.. The purpose of the scripting was to supplement features of a Job Applicant Center that had very simplistic methods of handle file... (1 Reply)
Discussion started by: rmuledeer
1 Replies

2. HP-UX

After becoming HP UX 11iV3 System Admin

What is a logical step forward to learn much more about HP UX? Learn HP Integrity BladeSystem Administration or learn more about scripting? Learn more about storage? Can someone tell me how to become more effective? I am already working with HP UX everyday. Thanks a lot for every reply I... (4 Replies)
Discussion started by: velde_van_der_a
4 Replies

3. Homework & Coursework Questions

System Admin. Lab

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Create a group id with your last name. Create 2 user IDs using your last name and the numbers 1 and 2. For each... (3 Replies)
Discussion started by: Jagst3r21
3 Replies

4. Red Hat

System Admin related document with example

Hi, I am looking for perfect document.which is covered all the admin role with examples..... --> Please say that "search in google"...... Can you please help on this.... Thanks & Regards, Mani (3 Replies)
Discussion started by: Mani_apr08
3 Replies

5. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies
LetoDMS(1)						    Document Management System							LetoDMS(1)

NAME
LetoDMS - Document Management System SYNTAX
letodms [location] COPYRIGHT
MyDMS is Copyright (C) 2002-2005 by Markus Westphal MyDMS is Copyright (C) 2006-2008 by Malcolm Cowe LetoDMS is Copyright (C) 2010 by Uwe Steinmann LetoDMS is Copyright (C) 2010 by Matteo Lucarelli DESCRIPTION
The letodms program launch a browser pointing LetoDMS front page. LetoDMS is a document management system based on PHP and MySQL LetoDMS combines all these features with a nice-looking web interface which makes it possible to access your documents not only via intranet in your office but worldwide via the internet. In detail LetoDMS offers you these features: * Create folders to group your documents * Edit document and folder properties online * Detailed information on uploaded documents * Lock and unlock documents * Update documents - old versions are saved * Individual Icons for different Mime-Types * Set expiration-date for documents * Users are notified about new/updated or expired documents via email * Download documents or view them online within your Browser * Control access via detailed ACLs (access control lists) * User- and Group-Management * Powerful search engine * Multi language support * Supports multiple databases through ADOdb OPTIONS
[location] Alternate location for letodms homepage. The default value is http://localhost/letodms/ FILES
/etc/letodms/letodms.conf Contains the default homepage for letodms AUTHORS
LetoDMS author is Markus Westphal. This manual has been wroten by Miguel Gea Milvaques <debian@miguelgea.com> Updated by Francisco Manuel Garcia Claramonte <francisco@debian.org> Francisco M. Garcia 3.0.0 LetoDMS(1)
All times are GMT -4. The time now is 08:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy