
Asterisk IVR Based Text Messaging
Common Commands
View system processes and Resources
top
Moving files and folders
mv # move
cp # copy
mkdir # make directory
rm # Delete directory
touch # make file
Storage
Want to know the directories taking up all your space? this command prints out the top ten biggest
du -a /var | sort -n -r | head -n 10
View system processes and Resources
top
Hard Drive Resources
iostat 2 2 # See IO and disk activity
iotop # See what apps using the IO
Hp server view raid adapter info
hpacucli ctrl all show detail
Published on: May 04, 2015
Categories: Asterisk
No Comments yet! Be the first one to write.