Tagged Questions

0
votes
0answers
91 views

Linux special file [closed]

I am trying to create the file mysql.sock as with the following permissions srwxrwxrwx 1 mysql mysql 0 2009-10-07 09:55 mysqld.sock I know this is done with mknod, but I am not sure of the ...