ls -l tmp -rwxr-xr-x 1 ashishp rater 8 Apr 12" />
![]() |
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 |
| Awk - to test multiple files "read" permission ? | lokiman | Shell Programming and Scripting | 1 | 02-09-2008 12:10 PM |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 03:00 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| screen throws "permission denied" | miechu | Shell Programming and Scripting | 6 | 10-24-2006 09:17 PM |
| simple Unix Execute permission for "others" | jsudha | HP-UX | 1 | 07-26-2004 03:45 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
permission denied for ". " (dot space)
Hi,
When I try to run a script with ". "(dot space) in my home, it gives me error ".: Permission denied". Quote:
Thanks in advance, -Ashish |
|
||||
|
try this
Usually if you want to run or refer to something in your current directory, you can simply address it with a "./" (dot slash)...to execute file in you directory, make sure it is execute permissions and then "./file". Hope that helps.
-S |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|