Ask a Question related to AIX, Design and Development.
-
Vincent #1
Group definitions
I need to find the details of each group found in AIX systems. This
include file ownership, task that could be done, list of commands able
to execute, etc. I was unable to find a detailed list, all I get is
just some short description. Eg,
System Group - For most configuration and standard hardware/software
maintenance
Staff Group - Default group assigned to all new users.
I need more info that this... pls help... thanx
Vincent Guest
-
May 29 Sydney Developers Group study group
On Monday 29th May, we'll be studying Actionscript 3. Please read the articles prior to the meeting (see <a target=_blank... -
Site Definitions did not tranfer
I installed DW MX along side DW 4 but the site definitions did not transfer automatically as Macromedia promised on my Windows 2000 machine. Is there... -
Site Definitions
Is there a way of copying the site definitions from Dreaweaver 4 to Dreamweaver MX I have both running on my computer -
how to backup site definitions?
hello, is there any way of backing up my site definitions? half of them disapeared a few months ago with all my ftp details etc, and i'm worried... -
Pre-Compiler Definitions Changing?
I have a web project which references some assemblies from other projects I have worked on in different solutions, and am running into some quirky... -
Nicholas Dronen #2
Re: Group definitions
Vincent <vincent@azuretech.com.my> wrote:
V> I need to find the details of each group found in AIX systems. This
V> include file ownership, task that could be done, list of commands able
V> to execute, etc. I was unable to find a detailed list, all I get is
V> just some short description. Eg,
V> System Group - For most configuration and standard hardware/software
V> maintenance
V> Staff Group - Default group assigned to all new users.
Do you know how to write shell scripts?
Regards,
Nicholas
--
"Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
"Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
Nicholas Dronen Guest
-
Ulrich--nO--(dot)-sPAM--Link #3
Re: Group definitions
Vincent wrote:
> I need to find the details of each group found in AIX systems. This
> include file ownership, task that could be done, list of commands able
> to execute, etc. I was unable to find a detailed list, all I get is
> just some short description. Eg,
> System Group - For most configuration and standard hardware/software
> maintenance
> Staff Group - Default group assigned to all new users.
>
> I need more info that this... pls help... thanx
You'll need 'grep', 'find', 'awk', 'echo', 'cut' and perhaps 'sed' and
some knowledge about shell variables and loops and passing parameter to
functions.
Attention: running 'find' can produce really(!!!) lots of I/O, so think
about what you're looking for before.
Redirect stdout to a logfile. Even a 10+ years old RS6K will produce
output faster than you can read it.
The way you asked hints me to recommend you making a mksysb BEFORE
running a self-written script as 'root'.
---
Uli
Ulrich--nO--(dot)-sPAM--Link Guest
-
Steve Nottingham #4
Re: Group definitions
"Ulrich--nO--(dot)-sPAM--Link" <"Ulrich--nO--(dot)-sPAM--Link"@Epost.de> wrote in message news:<bkee0e$rms$02$1@news.t-online.com>...
I also suggest you familiarise yourself with AIX/Unix and ask why you> Vincent wrote:
>>> > I need to find the details of each group found in AIX systems. This
> > include file ownership, task that could be done, list of commands able
> > to execute, etc. I was unable to find a detailed list, all I get is
> > just some short description. Eg,
> > System Group - For most configuration and standard hardware/software
> > maintenance
> > Staff Group - Default group assigned to all new users.
> >
> > I need more info that this... pls help... thanx
>
> You'll need 'grep', 'find', 'awk', 'echo', 'cut' and perhaps 'sed' and
> some knowledge about shell variables and loops and passing parameter to
> functions.
>
> Attention: running 'find' can produce really(!!!) lots of I/O, so think
> about what you're looking for before.
>
> Redirect stdout to a logfile. Even a 10+ years old RS6K will produce
> output faster than you can read it.
>
> The way you asked hints me to recommend you making a mksysb BEFORE
> running a self-written script as 'root'.
>
>
> ---
> Uli
really need to find out this information.
Steve
Steve Nottingham Guest



Reply With Quote

