LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   problems with accessing file type extentions (lrwxrwxrwx)...need to change drwxrwxrwx (https://www.linuxquestions.org/questions/linux-general-1/problems-with-accessing-file-type-extentions-lrwxrwxrwx-need-to-change-drwxrwxrwx-477917/)

harshaarchak 08-27-2006 09:19 PM

problems with accessing file type extentions (lrwxrwxrwx)...need to change drwxrwxrwx
 
hi,

i have some binary files along with other scripts / make and config files within a particular format having extention as lrwxrwxrwx .... My intention is to open into this folder / directory and add in some files here.

I am unable to change the format to drwxrwxrwx .....

So, please let me know how to go ahead with the above.

Regards

Matir 08-27-2006 09:28 PM

Those are the file's permissions. The 'l' indicates that it is a symbolic link. A 'd' would be a directory.

harshaarchak 08-27-2006 10:02 PM

Quote:

Originally Posted by Matir
Those are the file's permissions. The 'l' indicates that it is a symbolic link. A 'd' would be a directory.


Hi Matir, Thanks for the reply. I do understand that it pertains to the file system permissions. If I were supposed to access the folder with type lrwxrwxrwx, how do I need to go about ? Please advice. Thanks

Matir 08-27-2006 10:03 PM

lrwxrwxrwx is not a folder/directory at all. It's a link. You can see what the link points to in a ls -al.

harshaarchak 08-27-2006 10:38 PM

Quote:

Originally Posted by Matir
lrwxrwxrwx is not a folder/directory at all. It's a link. You can see what the link points to in a ls -al.


David, Thanks for your timely reply. Well, it looks like this ....

lrwxrwxrwx 1 roger root 13 Aug 24 13:50 linuette -> /etc/linuette

Do you mean, I need to go to /etc directory to see the contents and add in some of my own binary files to it ? I did so. But, I cant see any files in /etc directory. Any clues ? Thanks.

jlliagre 08-28-2006 01:26 AM

Try "ls -lL"


All times are GMT -5. The time now is 07:09 PM.