Wednesday, August 9, 2023

Create Linux Command Using "/usr/sbin" system executable (commands)

 ln -s /path/to/shell_script.sh  /usr/sbin/your_command_name 


No comments:

Post a Comment

Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...