Tagged Questions
0
votes
2answers
244 views
Named pipe with shell command date
I want to let a standard user change the system date.
So I created a named pipe. The standard user write a date to the named pipe and a root process listens to it and sets the date accordingly:
...