Hey guys,
I hate asking this but unfortunetly, Google does not know how to interpret "|" and probably assumes its an OR command or something :P . The line goes as follows (source found http://pysnippet.blogspot.com/2009/11/fuse-filesystem-in-userspace-part-1.html here):
st.st_mode = stat.S_IFDIR | 0755
I know it's doing something about the mode being 0755 but I have never seen | be used like that before.
Can someone explain whats going on?
Thanks!