From 820e3822835dceeb6040546ef925d3c08bd227df Mon Sep 17 00:00:00 2001 From: bajatin <43754300+bajatin@users.noreply.github.com> Date: Sun, 9 Feb 2020 18:50:39 +0530 Subject: [PATCH] Update shell.cheat --- cheats/shell.cheat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cheats/shell.cheat b/cheats/shell.cheat index 68ea2d7..1914a8b 100644 --- a/cheats/shell.cheat +++ b/cheats/shell.cheat @@ -27,9 +27,6 @@ killall # Get the current path pwd -# Copy to clipboard -pwd | pbcopy - # Get the current hostname hostname @@ -48,13 +45,8 @@ exit % Shell Permissions # Use -R option to change permissions recursively. - ps -ef | grep apache | grep -v grep -# List -# Change permissions -chmod 755 - # Change group chgrp