1833406 Members
2748 Online
110052 Solutions
New Discussion

Re: chmod command

 
SOLVED
Go to solution
augusto cossa
Frequent Advisor

chmod command

Hi guys,
I would like to change permissions to below sub-direcories:drwxr-xr-x 2 oracle dba 1024 Feb 25 09:21 bdump
drwxr-xr-x 2 oracle dba 24 Aug 3 2000 cdump
drwxr-xr-x 2 oracle dba 1024 May 25 2000 pfile
drwxr-xr-x 2 oracle dba 1024 Mar 2 11:02 udump


to look like as the example:

drwxrwxrwx

help on it.

Augusto
2 REPLIES 2
Sundar_7
Honored Contributor
Solution

Re: chmod command

Hey..:-)

Try

chmod 777 <>


Learn What to do ,How to do and more importantly When to do ?
Joseph C. Denman
Honored Contributor

Re: chmod command

or

chmod a+rwx *
If I had only read the instructions first??