Search Results

Search: Posts Made By: Expect
1,476
Posted By Expect
with bash: #!/bin/bash while true do ...
with bash:

#!/bin/bash
while true
do
# add code to monitor dir here and take same action
done



nohup monitor.sh &
12,512
Posted By Expect
you want to install it from scratch? why not use...
you want to install it from scratch? why not use bootable ISO?
3,277
Posted By Expect
use scp just like everyone suggests here.
use scp just like everyone suggests here.
Forum: Open Source 09-09-2013
338,980
Posted By Expect
vim / notepad++
vim / notepad++
Forum: What is on Your Mind? 08-17-2013
2,103
Posted By Expect
definitely /dev/urandom
definitely /dev/urandom
2
1,339
Posted By Expect
There are certificates forums especially for...
There are certificates forums especially for RHCE/RHCSA/LPI where you might get some deep information about it, Google some.
2,630
Posted By Expect
you can find files older than 12 months with this...
you can find files older than 12 months with this command:
find /var -name "*.mtd" -ctime +360
to remove them after it finds them use
find ./ -name "*" -ctime +360 -exec rm {} \;
sending an email...
1,553
Posted By Expect
you should go for Red Hat's certifications as...
you should go for Red Hat's certifications as they are hands-on exam.
such as RHCSA and afterwards RHCE.
Showing results 1 to 8 of 8

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