Displaying 4 results from an estimated 4 matches for "truejack".
2009 Oct 28
7
Scripting help please....
Need a scripting help to sort out a list and list all the duplicate lines.
My data looks somethings like this
host6:dev406mum.dd.mum.test.com:22:11:11:no
host7:dev258mum.dd.mum.test.com:36:17:19:no
host7:dev258mum.dd.mum.test.com:36:17:19:no
host17:dev258mum.dd.mum.test.com:31:17:19:no
host12:dev258mum.dd.mum.test.com:41:17:19:no
host2:dev258mum.dd.mum.test.com:36:17:19:no
2008 Mar 15
2
Move hard disk to a new machine
I work for a government organization here in India.
I am sort of new to CentOS & Linux.
We have a 1TB disk in one of our machines that needs to be moved to a new
server.
How can I do that without losing any of the data?
The whole drive is mounted onto a single file system (/software). I would
like to move the drive onto our new server.
Thanks in advance.
-------------- next part
2005 Sep 13
1
Command for physical (hard) disk information
Hi Folks,
How can I get the hard disk information like, its serial number, description
...through a command that like the kind of information we get on Solaris
thro' 'iostat -En'.
Thanks for any help,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20050913/be79c656/attachment.html>
2005 Oct 20
0
Newbie : Tar question
How did I overwrite a file to in "tar" file.
For example I have file "backup.tar" in my home directory, which contains
two file "x.sh" and "y.sh"
I made some changes to one of the file "x.sh" and want to update the "
backup.tar"
I use tar -uvf, but this appends at the end of the tar file, but what I want
is replace the file.
The only