Jump to content

File names are getting appended with * after executing chmod -R comman


Recommended Posts

Guest schitimala
Posted

Hi All,

 

Could you please help me to know the possible chances on the below simple issue.

 

created directory (mkdir test)

created 10 files in side test directory (cd test; touch file{1..10})

chmod -R 777 test

when i am using ls -l, * is not getting appended with file names but when we use ll its appending * as below.

 

chmod -R 777 test

 

total 8

drwxrwxrwx 2 root root 4096 Jul 4 17:48 ./

drwx------ 12 root root 4096 Jul 4 17:48 ../

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file1*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file10*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file2*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file3*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file4*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file5*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file6*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file7*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file8*

-rwxrwxrwx 1 root root 0 Jul 4 17:48 file9*

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...