Skip to main content

A list of commands for Solaris

A list of commands and a quick description

alias …….. this allows the user view the current aliases

awk …….. this allows the user to search for a pattern within a file

bdiff ……… compares two large files

bfs ………. scans a large file

cal ……… shows a calendar

cat ……… concatenates and prints a file

cc ……… c compiler

cd …….. changes directories

chgrb ……… changes a file groups ownership

chmod ……. changes the permission on a file

chown ………. changes the individual ownership of a file

cmp ……… compairs two files

comm ………. compares two files so as to determine which lines are common to both

cp ………. copies file to another location

cu ……… calls another unix sysytem

date ………. returns the date and time

df ……… shows all mounted drives on your machine

diff ……… displays the diference between two files

du ……… shows the disk usage in blocks for a directory

echo …….. echoes the data to the screen or file

ed …….. text editor

env ……… lists the current environment variables

ex …….. another text editor

expr …….. evaluates a mathmatical formula

find …….. finds a file

f77 ………. fortran complier

format …….. initializes a floppy disk

grep ……… searches for a pattern within a file

help ……… gives help

kill …….. stops a running process

ln …….. creates a link between two files

lpr ……… copies the file to the line printer

ls ……… lists the files in a directory

mail …….. allows the user to send/receive mail

mkdir ………. makes directory

more ……… displays a data file to the screen

mv ……….. used to move or rename files

nohup …….. allows a command to continue running even when you log out

nroff ……… used to format text

passwd …….. changes your password

pkgadd ……… installs a new program onto your machine

ps ……….. Lists the current processes running

pwd …….. displays the name of the working directory

rm …….. removes files

rmdir …….. removes directories

set ……… lists all the variables in the current shell

setenv ……… sets the environment variables

sleep ……… causes a process to become inactive

source ……… allows the user to execute a file and update any changed values in that file

sort ………. sorts files

spell ……… checks for spelling errors in a file

split …….. divides a file

stty ……… sets the terminal options

tail ……… displays the end of a file

tar ……… copies all specified files into one

touch …….. creates an empty file or updates the time/date stamp on a file

troff ……… outputs formatted output

tset …….. sets the terminal type

umask ……… specify a new creation mask

uniq ……… compairs two files

uucp …….. unix to unix execute

vi …….. full screen editor

vipw ……… opens the vi editor as well as password file for editing

volcheck ……… checks to see if there is a floppy disk mounted to your machine

wc ……… displays detail in the full size

who …….. inf. on other people online

write ……… send a message to another user

! ……. repeats commands

Comments

Popular posts from this blog

Download of the Day!

Amarok 2.0.2 has released Amarok is an open source alternative music player for iTunes. Amarok supports Linux, Unix, MacOSX and windows Operating system. It is smiliar to iTunes just drag & drop the songs to play list. Amarok also lets you listen to internet radio ( mp3 streaming ) including music from last.fm . Features Automatic cover Lyrics download Dynamic playlists Visualizations and Podcasting. These are only some of the great new features of Amarok 2. Give it a try! Download here An least but not last - Amarok will also synchronize your music to your iPod. For the more technical users a scripting interface allows you to extend the functionality of Amarok. Print Page Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org

How to fix Solaris "/lib/svc/method/net-physical "network settings is misconfigured”

Yesterday I came across an issue with the server being unable to access it switched to the  maintenance mode with some a strange message; “ How to fix Solaris "/lib/svc/method/net-physical "network settings is misconfigured”. Dec  9 10:05:59 techgyaansvr svc.startd[7]: [ID 652011 daemon.warning] svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. Dec  9 10:05:59 techgyaansvr svc.startd[7]: [ID 748625 daemon.error] network/physical:default misconfigured: transitioned to maintenance (see 'svcs -xv' for details) Actual message is that the IP address already exists, but is not configured. We need to clear the network & flush the settings to make it accessible Resolution: Check the service which is disabled #svcs –xv [this command will show you the services which is disabled by system] Take the network interface offline #ifconfig eri0 down [this command will bring the interface down] #ifconfig eri0 unplumb [this co...

Increase your RAM? free of cost…Really Worth It!!!!

A Very useful tip . Please try this and use RAM efficiently. Now this is called a tip of the year! While working with the Task Manager I observed the following. You can also try it out. 1.Start any application, say Word. Open some large documents. 2.Now start the Task Manager processor tab and sort the list in descending order on Memory Usage. You will notice that Winword.exe will be somewhere at the top, using multiple MBs of memory. Note down the number. 3.Now switch to Word and simply minimise it. (Do not use the Minimize All option of the task bar). 4. Now go back to the Task Manager and see where Winword.exe is listed. Most probably you will not find it at the top. You will typically have to Scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Compare it with the original. Surprised? The memory utilisation has reduced by a huge amount. 5.So where is the tip of the year? Simple? Minimise each application that you are currently not working on ...