Saturday, September 14, 2013

Linux – Unix Frequently used commands in weblogic server administration - See more at: http://www.weblogicbeginner.com/linux-unix-frequently-used-commands-in-weblogic-server-administration-2/#sthash.wN5cLsCg.dpuf

Useful Linux- Unix Commands for Weblogic server administration.


Here we are listing some very frequently used Linux/UNIX commands that you have to use in day to day activities.;
Yes !! Guys there is no escape. You must learn 80 % of them, else your life as a server admin will be not very enjoyable.  :)
I am just listing them. They are very common commands and you can get their syntax , usage etc very easily anywhere.
1. Knowing where and what you are..
i. hostname
ii. uname -a
iii. logname
iv. who  , w , who am i
2. Files and Directories
Note: In Unix environment, hope you know that everything is file. Directories, device files, executable, etc.. all are treated as files.
i. cat
ii. touch
iii. mkdir
iv. cp
v. mv
vi. ls -ef|grep
vii. ln
viii. rm
ix. chmod
x. less
xi. more
xii. head, tail

3. Searching
i. grep
ii. egrep
iii. find
4. Some more important commands
i.  ps -ef|grep
ii. nohup
iii. ifconfig
iv. netstat -na
v. lsof
vi. top
vii. vmstat 2 5
viii. touch
ix. more , less

5. Multiple boxes
i. ssh
ii. scp
iii. ftp
iv. sudo
v. ping
6. Archive/ Compressing
i. tar
ii. jar
iii. gzip/gunzip
iv. zip/unzip

- See more at: http://www.weblogicbeginner.com/linux-unix-frequently-used-commands-in-weblogic-server-administration-2/#sthash.wN5cLsCg.dpuf

No comments:

Post a Comment