tags 11696 + notabug close 11696 stop On 06/13/2012 11:45 AM, Vai Dy wrote: > Hi, > > Currently i'm using putty 0-55 version. Just clarify me whether its a > bug or not .
Note putty is just a program on your windows system to access the linux system. You can see what linux system you're on with: lsb_release -d You can see what version of rm you're using with: rm --version > 1)Creating a directory > 2)Removing all the permission like read, write and execute for owners , > groups and users. > 3)If i try to delete the file what would be the output ? You should be able to remove the file or dir. The dir permissions control operations on files/dirs within the directory, rather than the directory itself. cheers, Pádraig.
