Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: owenbrown
  • Order by date
  1. owenbrown

    How do i check for crons running everyminute with grep *****?

    How do i check for crons running everyminute with grep * * * * *? I tried grep *\ *\ *\ *\ * /var/spool/cron/* and grep \*\ \*\ \*\ \*\ \* /var/spool/cron/*
  2. owenbrown

    Is it possible to have a partition span across 2 or more drives?

    Is it possible to have a partition span across 2 or more drives? I have a backup script set to write to /backup, after a couple days the backups are larger than all resonably priced drives. Whats the easiest way to do that?
  3. owenbrown

    Mounting Windows in dual boot

    Besides 0 0 what else could you use? what exactly does usrquota do? I notice a file .autofsck (0 bytes) in / i am assuming when a system is properly shut down it deletes that file if you shutdown clean and writes it again when you boot backup and if you pull the plug on a machine when the...
  4. owenbrown

    Failed to create spool file /var/spool/exim/input//

    I have installed the apache suex module and phpsuexec and get this error: Failed to create spool file /var/spool/exim/input//
  5. owenbrown

    Mounting Windows in dual boot

    replace ? with the hda# of your windows drive
  6. owenbrown

    Mounting Windows in dual boot

    pico /etc/mtab add /dev/hda? /winnt ntfs ro 0 0
  7. owenbrown

    Where can i get swrapper?

    I see this file but cant access it.... /usr/local/bin/swrapper -bash-2.05b$ cat /usr/local/bin/swrapper cat: /usr/local/bin/swrapper: Permission denied What is swrapper for and where can I download it?
  8. owenbrown

    How can i be notified is someone is running a portscan on my linux box

    I ran(from another machine on a different network) nmap -sS 45.9.3.115 nmap 45.9.3.115 nmap -O 45.9.3.115 But the port scan log is empty # ll /var/log/portscan.log -rw-r--r-- 1 root root 0 Dec 28 22:22 /var/log/portscan.log even through i added preprocessor portscan...
  9. owenbrown

    Howcan i be notified if one is launching a outbound attack from my box

    Howcan i be notified if one is launching a outbound attack from my box?
  10. owenbrown

    How can I get a beta copy of Windows Longhorn?

    How can I get a beta copy of Windows Longhorn? I have seen screen shots of it on the web, where can I get a copy?
  11. owenbrown

    Where do i find the "Linux Howto's" ?

    Found it http://www.tldp.org
  12. owenbrown

    Is it possible to the change a formfield type with javascript?

    //when the click off email1 it will change it from a text field to a password field <script> function change2pass(form){ form.email.type='password'; } </script> <input type=text name=email1 size=9 onblur=change2pass(this.form)> <input type=text name=email2 size=9> However it gives me the...
  13. owenbrown

    Where do i find the &quot;Linux Howto's&quot; ?

    Where do i find the &quot;Linux Howto's&quot; ?
  14. owenbrown

    defaulting new files to 755

    This is what I get for the man page, is this all it is suppose to say? # man umask <standard input>:16: realpath on `bash.1' failed: No such file or directory BASH_BUILTINS(1) BASH_BUILTINS(1) NAME bash, :, ., [, alias...
  15. owenbrown

    How can i be notified is someone is running a portscan on my linux box

    How can i be notified is someone is running a portscan on my linux box? How can I know the IP of the person doing the scan?
  16. owenbrown

    listing all executables files

    How can I do and ls -al of only executables files(755,777)?
  17. owenbrown

    @    14400   IN      SOA     ns.1.c

    @    14400   IN      SOA     ns.1.com. root.1.com. (                         1057009024      ; serial, todays date+todays                         28800           ; refresh, seconds                         7200            ; retry, seconds                         3600000         ; expire, seconds...
  18. owenbrown

    defaulting new files to 755

    I notice that the file permissions default to 644. I get an internal server error when they don't have the execute permission, so I have been manually changing them to 755. Is there a way to change the default permissions for new files in the directory?
  19. owenbrown

    can i ssh in to my server if /usr and /var fill up all the way?

    can i ssh in to my server if /usr and /var fill up all the way? (all the way meaning at 100% or a few k shy of 100% )
  20. owenbrown

    Question about mysql for linux

    I noticed that mysql has the pid 1138 # netstat -lntp | grep :3306 tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1138/mysqld But the file /var/lib/mysql/server102.mhyhost.pid says the pid is 1197 root@server102 [/var/lib/mysql]# cat...

Part and Inventory Search

Back
Top