[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas George <nicolas.george@e...> |
| Subject: | Re: [Caml-list] Unix file permissions bug? |
Le decadi 20 prairial, an CCXI, Matt Gushee a écrit : > # Unix.chmod "test1" 755;; Unix file permissions are bit fields. If you want to yuse the easy habitual notation, you need to use octal, not decimal: try 0o755.