Link to home
Start Free TrialLog in
Avatar of cutie_smily
cutie_smily

asked on

For linux command ls -l it shows the following



For linux command ls -l it shows the following
$>ls -l
-rw-r--r--  1 build users   1318 Mar 26 13:07 wineselected.jsp
Can anyone tell me what is -rw-r--r-- (what is this permission mean)
Avatar of manav_mathur
manav_mathur

USER has read and write permission but not execute(2nd,3rd 4th chars)
GROUP has only read permission (5th 6th 7th)
OTHERS have read permission (8th 9th 10th)

Manav
Avatar of cutie_smily

ASKER

this file is created by someone a my office and now i was able to delete characters from file but could not write anything why is that ..and what do you mean (2nd,3rd 4th chars)
thanks
ASKER CERTIFIED SOLUTION
Avatar of manav_mathur
manav_mathur

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial