mksmks-integrity

Lock multiple files in MKS


Can someone help me with the command to lock multiple files in MKS. To lock a single file, the command is si lock --gui "filepath". I have tried some combinations like si lock --gui "filepath1;filepath2" and si lock --gui "filepath1";"filepath2" but ended up in getting an errormessage.


Solution

  • Answering my question: Use spaces to specify more than one member.

    si lock --gui "filepath1" "filepath2"