![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how can unset for "PS4" | koti_rama | UNIX for Dummies Questions & Answers | 1 | 08-06-2007 02:12 AM |
| Readonly access | faruque.ahmed | UNIX for Dummies Questions & Answers | 13 | 01-31-2007 09:25 AM |
| How to unset 'finger' info? | Chanakya.m | Shell Programming and Scripting | 3 | 01-23-2006 09:12 AM |
| Is there any way to set env variable in top level Makefile and unset when done | umen | Shell Programming and Scripting | 0 | 10-23-2005 08:15 AM |
| Making files readonly with vi? | Flyguy | UNIX for Dummies Questions & Answers | 2 | 11-15-2003 06:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to unset the readonly variable
Hi All,
May be this is a very simple question... [trainee@Venus trainee]$ b=8 [trainee@Venus trainee]$ readonly b [trainee@Venus trainee]$ echo $b 8 [trainee@Venus trainee]$ b=90 -bash: b: readonly variable [trainee@Venus trainee]$ unset b -bash: unset: b: cannot unset: readonly variable I m not able to change the readonly mode of variable b Please help me out.. Thanks Nidhi |
|
||||
|
Thanks Vino...
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|