<<  >> (p.36)
    Author Topic: [GUIDE] BitFury Miner Support/Tuning  (Read 148101 times)
    This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
    cypherdoc
    Legendary
    *
    Offline Offline

    Activity: 1764
    Merit: 1009



    View Profile
    January 24, 2014, 07:03:47 PM
     #701

    why 0755?  Roll Eyes
    The syntax is 'chmod <permissions> <file>'
    where for permissions you have:
    4 read (r)
    2 write (w)
    1 execute (x)
    and permissions are for 'owner/group/others' ...

    755 means:
    owner can read, write and execute, while the group and others can only read and execute ... the key part here is the execute permission, which can be set also with:
    Code:
    chmod +x <file>
    meaning 'grant execute to all on <file>'

    duh, i get it.  was getting confused by thinking of pid's. Embarrassed
Page 35
Viewing Page: 36