Search Results

Search: Posts Made By: stefanere2k9
2,991
Posted By stefanere2k9
i want them as 2 different programs and just to...
i want them as 2 different programs and just to give message like network is online else network is offline
2,991
Posted By stefanere2k9
well i just want to write a shell script so that...
well i just want to write a shell script so that i can check the network using ping and traceroute
2,991
Posted By stefanere2k9
Shell script to diagnose the network
i have learnt a little bit of shell scripting but not alot. i want to write a script to diagnose the network using ping and another script to traceroute. how would i do this?
4,872
Posted By stefanere2k9
find . -type f -name "*.conf" -ls | awk...
find . -type f -name "*.conf" -ls | awk '{sum+=$7}END{print sum}' this works prefects except that i need it in human readable format any ideas
1,453
Posted By stefanere2k9
print all instances of sshd
how would i print all the instance of sshd process, sorted based on alphabetical order of user-id. the output should only consist of User-ID of the process and the process name?
4,872
Posted By stefanere2k9
i need summary of total disk usage of the .conf...
i need summary of total disk usage of the .conf file type. i done du -h *.conf and that just gives me file size for every file
4,872
Posted By stefanere2k9
if i wanted to do it by certain file type would...
if i wanted to do it by certain file type would the command be du -h *.conf?
4,872
Posted By stefanere2k9
Print summary or the total disk usage of conf file
hey i want to print the summary or the total disk usage of the configuration files that are in the /etc directory printed in human-readable format.

i think i got somewhere right as am using wc...
Showing results 1 to 8 of 8

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