Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about flock

Read more about flock

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - flock

This account is currently not available

Anyone know why case1 is not working properly as case2 ? -case0: #:/cloud/dahua# sudo -u sysUser echo hello hello -case1: #: sudo -u sysUser flock -xn hello.lock -c "echo hello" This accoun...
test-img

Ruben

linux

shell

sudo

flock

Votes: 0

Answers: 0

How to make the flock works properly in lua

I am trying to make file lock in order to synchronize parallel access to a file by many process lua here after my lua source code: #! /usr/bin/env lua local M = require 'posix.fcntl' local S = requ...
test-img

MOHAMED

linux

lua

flock

Votes: 0

Answers: 1

Latest Answer

the problem is in this check: if M.fcntl(fd, M.F_SETLK, lock) == -1 then should be if M.fcntl(fd, M.F_SETLK, lock) == nil then
test-img

MOHAMED

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved