Search Results

Search: Posts Made By: synchro
Forum: Solaris 06-04-2008
37,039
Posted By synchro
If you wanted to traverse all of the...
If you wanted to traverse all of the subdirectories and their files too? You would need

chmod -R o-7 *

The -R will recursively go through everything from where you are and below.
Forum: Solaris 06-02-2008
6,375
Posted By synchro
How are you firing up the process calling it? it...
How are you firing up the process calling it? it could be something as simple as you need to nohup the process and stick it into the background. This would prevent the process from dying when you...
Forum: Solaris 05-22-2008
50,041
Posted By synchro
this really should work. if not then I am not...
this really should work. if not then I am not sure what to tell you.

find . -name "*.log" -mtime +90 -exec ls {} \;

i guess it is possible that there are so many files that the exec has...
Forum: Solaris 05-21-2008
5,108
Posted By synchro
What does your /etc/project file look like and...
What does your /etc/project file look like and your /etc/user_attr file look like. There might be a disconnect somewhere in there about defining default projects.
Forum: Solaris 05-21-2008
1,808
Posted By synchro
Help with Projects - process in wrong project
So I have 2 projects (proj1 and proj2) and 2 users (usr1 and usr2). Entries in /etc/project and /etc/user_attr to assign usr1 to proj1 (collectively the app) and usr2 to proj2 (collectively the db)....
Forum: Solaris 03-17-2008
23,668
Posted By synchro
add the following like to your .profile. This...
add the following like to your .profile. This should do it for you.

export PATH=/usr/sbin:/usr/bin:/usr/local/bin:/user/local/sbin

keep in mind that if you write cron jobs, the .profile is...
Forum: Solaris 03-13-2008
4,501
Posted By synchro
Another option would be if you are getting the...
Another option would be if you are getting the entire contents of the directory, like in your example, is just to do an scp -r on that directory. Then you would get it all and it a one line command...
Forum: Solaris 03-12-2008
78,821
Posted By synchro
Why wouldn't you just comment out the specific...
Why wouldn't you just comment out the specific cron job(s) you want to not run from the crontab? when you are ready for them to run again, you just uncomment them in crontab.
Forum: Solaris 03-12-2008
10,049
Posted By synchro
Sudo for a command
I am trying to set up sudo for a command, but do not want to specify the arguments that can be passed into it. I want the user who is using sudo to be able to pass in the arguments they want. I am...
Forum: Solaris 03-11-2008
20,943
Posted By synchro
You could also take a look at using projects in...
You could also take a look at using projects in Solaris 10 (projadd, projmod, projdel) which just edit /etc/project, but in a safe way. Then you can control almost all kernel parameters and you do...
Showing results 1 to 10 of 10

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