Named pipes
A named pipe is a method for remote or local IPC Inter-process communication.
Basic commands
Where is a program?
where ssh
Restart the system now:
shutdown /r /t 0
Set file system attributes (which are shown with the dir command):
attrib +r file.exe
Set file system permissions (which are shown with the icacls command):
icacls "Service.dll" /grant 'Everyone:(R)'
Leave a Reply
You must be logged in to post a comment.