Search Results

Search: Posts Made By: venkata.ganesh
Forum: Linux 06-10-2007
7,453
Posted By venkata.ganesh
thank you but...
i have deleted it when i was working in root now if want to get it again how it is possible i already used cp command to copy it from etc directory but it is not working
54,606
Posted By venkata.ganesh
merge number of files
code
#!/bin/sh
echo enter file name
read f
echo enter number of such files
read n
i=1
while test $i -ne $n
do
echo $f$i >> outfile
cat $f$i >> outfile
i=`expr $i + 1`
done

...
Forum: Linux 06-07-2007
7,453
Posted By venkata.ganesh
how to get passwd command again if it is deleted by usin rm command
hai friends i have deleted passwd command using rm command i thought it will come again at the time of rebooting but it is completely deleted how to get it worked again
2,157
Posted By venkata.ganesh
thank you for your reply and really i am new to...
thank you for your reply and really i am new to shell programming and i feel doubt that the administrator may treat my problems as home work problems and he may block them .so can any one suggest...
2,157
Posted By venkata.ganesh
code please
code please
2,157
Posted By venkata.ganesh
Finding The Number Of Programs That A Given User Running On A TERMINAL
How To Find The Number Of Programs That A User Running ON A GIVEN TERMINAL
Showing results 1 to 6 of 6

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