Windows Server Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 4 January 2011

Linux Commands

Posted on 06:48 by Unknown
Linux Commands


Command Description
pwd to get the present working directory
ls listing out current directory entries
cd change directory
ps aux to get the present running process details
kill -9 to kill a specific process using process id
killall -9

to kill a set of processes of same name
ll same as ls but long list
./startup.sh (assuming current directory is tomcat bin) to start tomcat server
tail to see last few lines of give file
ex: tail logs/catalina.out (pwd is tomcat home)
tail -f to see last few lines of give file continuously until Ctrl+c is pressed
ex: tail -f logs/catalina.out (pwd is tomcat home)
cp to copy the files
ex: cp /var/abc.txt /var/ex/
scp to copy the files to a remote system

ex: scp /var/abc.txt root@23.22.82.247:/var/new_liferay

you need to enter the remote server password before copy
rm to delete a file
mv to move or rename of file
free [-m] to see the current RAM usage
ex: free or free -m
df [-h] to see the disk usage.
mysql -U root -pkmipl to connect to mysql.
service mysqld to see the status/start/stop of mysql service
ssh  23.22.82.247  -l root to access remote server ( 23.22.82.247 ) from terminal
vi for editing a file.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Installation Guide for MOSS2007
    Installation Guide for MOSS2007 Hardware requirements  Front-end Web server and application server computers: a dual-processor computer wit...
  • linux Specific command wise Decsription
    1.alias Create an alias, aliases allow a string to be substituted for a word when it is used as the first word of a simple command. Syntax: ...
  • Steps for unread mails as read mails in Gmail
    Over a period of time you may have tons of unread emails in your Gmail Inbox, most of these emails may be months or years old and navigating...
  • Network settings for VMWare Fusion
    Network settings for VMWare Fusion Posted October 6th, 2010 by David Gabbe in • Bridged • Fusion • NAT • network • VMWare By default VMWare...
  • Locking your computer--System logoff time
    Locking your computer To help protect your computer, you should log off of it or lock it when you are away. When you log off of your comp...
  • ISA Server 2004 Standard Edition Configuration Guide
    ISA Server 2004 Standard Edition Configuration Guide For the latest information, please see http://www.microsoft.com/isaserver/. Contents Ch...
  • Performing a Windows repair on a Windows XP virtual machine in Fusion
    Performing a Windows repair on a Windows XP virtual machine in Fusion Symptoms You get...
  • To enable calender in user system after removing admin Rights in domain
    Since there is a local security policy on each computer that allows/disallows setting the system time, you should be able to configure a gro...
  • How to reinstall the Smart Card service on Windows XP
    How to reinstall the Smart Card service on Windows XP If you're looking for a way to re-install the smart card service on Windows XP, th...

Blog Archive

  • ►  2013 (4)
    • ►  June (4)
  • ►  2012 (9)
    • ►  July (1)
    • ►  April (2)
    • ►  January (6)
  • ▼  2011 (38)
    • ►  November (4)
    • ►  October (4)
    • ►  September (11)
    • ►  August (1)
    • ►  July (1)
    • ►  March (7)
    • ▼  January (10)
      • 2)to delee win xp prof on vmware
      • To remove windows xp professional on vmware
      • Wifi-Router configuration
      • linux Specific command wise Decsription
      • Linux Partitioning
      • No title
      • ISA Server 2004 Standard Edition Configuration Guide
      • Linux Commands
      • Windows Server Support Interview Questions and Ans...
      • Example : IP configuration for ADC Structure at KM
  • ►  2010 (26)
    • ►  December (1)
    • ►  November (6)
    • ►  September (3)
    • ►  August (10)
    • ►  July (5)
    • ►  May (1)
Powered by Blogger.

About Me

Unknown
View my complete profile