Forum: Shell Scripting Jul 21st, 2009 |
| Replies: 6 Views: 632 So basically this is going to create a list of files and directories that meet the criteria O+X and or SUID and echo these results and must be run as root to work properly. Is this correct?
and... |
Forum: Shell Scripting Jul 20th, 2009 |
| Replies: 6 Views: 632 Also can you explain exactly what this does when I run it? I ran it and typed ./checkeperm -find and it scrolls things such as:
for quite some time.
find: /var/www/htdocs/finaid/_notes:... |
Forum: Shell Scripting Jul 20th, 2009 |
| Replies: 6 Views: 632 Do you mind commenting your statements so I may see what each line is doing? I'm having some trouble translating this. Thank you so much for your help |
Forum: Shell Scripting Jul 20th, 2009 |
| Replies: 7 Views: 1,365 as you have requested this is marked solved, and here is my new post.
http://www.daniweb.com/forums/post923699.html#post923699 |
Forum: Shell Scripting Jul 20th, 2009 |
| Replies: 6 Views: 632 I want to write a script that makes sure users' home directories don't contain world writable directories, directories owned by other users, or
other potential security problems. I'd like to echo... |
Forum: Shell Scripting Jul 19th, 2009 |
| Replies: 7 Views: 1,365 I also want to make sure users' home directories don't contain
world writable directories, directories owned by other users, or
other potential security problems. I'd like to echo any directory... |
Forum: Shell Scripting Jul 17th, 2009 |
| Replies: 7 Views: 1,365 Excellent, thank you for your help, let me study this and i'll let you know if I have any questions or problems. I appreciate your time. |
Forum: Shell Scripting Jul 17th, 2009 |
| Replies: 7 Views: 1,365 So basically you're script will take files from specified directories, formulate their checksum and send them off to another server as your baseline elements?
Do you think you could help me here,... |
Forum: Shell Scripting Jul 17th, 2009 |
| Replies: 7 Views: 1,365 Hello,
I'm still fairly new at shell scripting, can someone please show me how I would go about accomplishing a script to tackle these tasks? I've got a server setup.
I want to find duplicate... |
Forum: Shell Scripting Jul 3rd, 2009 |
| Replies: 2 Views: 541 I'd like to write a script to identify current users on the sytem with an indication of the actions they are performing. I only want to identify the users. Can someone please help? |
Forum: *nix Hardware Configuration Jul 2nd, 2009 |
| Replies: 2 Views: 880 im using Linux stubuntu3 2.6.28-13-server #44-Ubuntu SMP Tue Jun 2 08:40:28 UTC 2009 x86_64 GNU/Linux |
Forum: *nix Hardware Configuration Jul 2nd, 2009 |
| Replies: 2 Views: 880 Can someone help me accomplish the following on my unix box? Can someone walk me through step by step for each task? I'm connecting to a machine using UBUNTU with SSH with admin priviledges.
1. ... |
Forum: Shell Scripting Jun 16th, 2009 |
| Replies: 5 Views: 610 Hey thanks for the help. I understand what your saying, and it makes sense. |
Forum: Shell Scripting Jun 16th, 2009 |
| Replies: 5 Views: 610 Yes I am familiar with Alias's but i'd like like to write this using a shell script. Any idea how to do this? :) |
Forum: Shell Scripting Jun 16th, 2009 |
| Replies: 5 Views: 610 Hello,
I am fairly new to scripting, I am interesting in writing a shell script which acts as a DOS command. I want to be able to utilize dos commands such as cd, dir, type, del, ren, and copy to... |
Forum: Shell Scripting May 24th, 2009 |
| Replies: 1 Views: 600 Hello,
I'm brand new at shell scripts and I am attempting to complete a homework assignment but I am not quite sure what I am doing wrong here.
The instructions are
Write a bash script that... |
Forum: Java Apr 10th, 2009 |
| Replies: 4 Views: 396 Error 1: public class treeHeap<E extends Comparable<E>> extends AbstractCollection<E> {
Message: Must implement the inheirted abstract
Error 2: public boolean toss(E value) {
Message:... |
Forum: Java Apr 10th, 2009 |
| Replies: 4 Views: 396 What's the problem? Does no one have any input what so ever? |
Forum: Java Apr 9th, 2009 |
| Replies: 4 Views: 396 Hello,
I am attempting to create a program that accomplishes the following:
*I am to develop a heap, that is tree-based(not array)
*The heap should be ascending
*Include the method toss()... |