5 Website Development Tips To Boost Your Business Growth Exponentially

 

 

 

 

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: Mar 03, 2021

Categories: Web Development

    No Comments yet! Be the first one to write.


    Leave a Reply

    Your email address will not be published. Required fields are marked *