Skip to content
shell{&}co

shell{&}co

Menu

  • News
    • Bug and tips
  • Automation
    • Ansible
  • Scripts & Code
    • Perl
      • Network
    • PHP
    • Powershell
      • Active Directory
      • Citrix
      • Cluster
      • Database
      • Exchange
      • Files and folders
      • Hardware
      • Network
      • Operating System
      • PKI
      • SCCM
      • Service and process
      • Tips
      • VMWare
    • Python
      • Monitoring
      • Network
      • PKI
      • Ruby
      • Security
    • Shell
      • Backup
      • Filesystem
      • Image processing
      • Monitoring
      • Network
      • PKI
      • Process
      • Time
      • Virtualization
      • Web
  • Fun
  • Project
    • Github
    • Log Analyzer

    Restrict a group’s rights to a specific command with sudo

    Wikipedia sudo is a program for Unix-like computer operating systems that allows users to run programs with the security privileges of another user, by default the superuser. It originally stood for “superuser do” as the older versions of sudo were

    shellandco_admin January 5, 2017 Process, Security, Shell No Comments Read more

    Kill all the processes with a specific name

    This command will kill all the processes with a specific name : kill `ps -ef | grep process-name-to-kill | grep -v grep | awk ‘{print $2}’` References kill Manpage The command kill sends the specified signal to the specified process

    shellandco_admin June 18, 2014 Process, Shell No Comments Read more

    Recent Posts

    • pwddb – a self-hosted password repository
    • Get Azure Security event workspace configuration
    • Copy certificate to the Windows Services store
    • Copy files from Windows CIFS share
    • Create a certificate from a request file with Powershell

    Recent Comments

    • Nick Thompson on Update computer group membership without a reboot
    • Carl on Update computer group membership without a reboot
    • Frankted on Remove local user profile
    • László Török on Manage reverse DNS zones with Powershell
    • Christian Santos on Create DNS PTR record if A record exists
    Copyright © 2022 shell{&}co. Powered by WordPress. Theme: Spacious by ThemeGrill.