Search Results

Search: Posts Made By: bugenhagen_
1,508
Posted By bugenhagen_
I need to back up a bunch of files on a directory and save that file as the current date....
this is what i have to find the files modified within the past 24 hours

find . -mtime -1 -type f -print0 | xargs -0 tar rvf "$archive.tar"

however i need to save/name this archive as the...
2,242
Posted By bugenhagen_
access="" tail access_log -n 300 > access ...
access=""
tail access_log -n 300 > access
access | grep "ip address" -c | wc -l


this is what i got so far just trying to see how i can identify the ip address part from this access log.....
...
Forum: Linux 12-07-2011
2,641
Posted By bugenhagen_
im looking for a the access_log file and i have...
im looking for a the access_log file and i have to view the last 300 lines of this file
Forum: Linux 12-07-2011
2,641
Posted By bugenhagen_
Finding IP info from access_log file
I found the /var/www/logs/access_log file (access log in order to find specific information about IP, And when users last logged in.)

but in my fedora the access_log file is is in my...
2,242
Posted By bugenhagen_
k one more thing
im supposed too Display a list of IP addresses and the number of times a connection is made from that IP address
that would be done by using grep and wc on a the last 300 lines in this certain file...
2,242
Posted By bugenhagen_
help with /var folder
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:

Im trying to...
832
Posted By bugenhagen_
need a bit of help
Im trying to make this script for practice

I need too make a Directory in in my home folder called Soccer" but its gotta test if it already exists and if it does it has to Say "Soccer"
1,256
Posted By bugenhagen_
pls help kinda difficult question for a beginner
1. Create a directory script (project_dir.sh)
· Write a script in your home directory to create a subdirectory called “PROJECT<99>” within your home directory on the Ubantu/Linux...
Showing results 1 to 8 of 8

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