Unix operating system is one of the most used and secure operating system which is using in development and deployment of lot of applications.Because of the Security of the UNIX operating system this is used in 90 percent of applications as a server operating system.Unix is Multi-user and Multitasking operating system which is used mainly as server in most of the applications.In this article i will give you the brief description of common unix commands which will useful to begin study of the unix. These Common Unix Commands are most commonly used commands which are related to date ,time ,username of logged in users,how to display calendar, host-name.
“Unix is simple,stable,multi-user,multitasking operating system which is used for Servers,Desktops and laptops..”
1.Logname :
Logname command is used to display the login name of the user.
Example:
$Logname
Output:Amit
This command is most Basic Unix Commands which is used for displaying the log in name of user. The user can be able to log in for multiple users. So that there is need to display the login name.So to display login name the command is useful.
2.PWD :
PWD is most commonly used command which is used to show the present working directory of the user.
Example:
$PWD
Output:\home\Amit
This is another common unix commands which is used to display the current directory location. This is most frequently used Common unix commands.
3.Date :
Date command used to display the current date and time of the system.
Example:
$Date
Output:Wed APR 12 22:55:55 IST 2017
4.Clear :
Clear Command clears the screen.
5.Cal :
Cal command displays the current month calendar.
6.Cal 2000 :
Displays year 2000 calendar.
7.Cal 01 2000:
Displays the 2000 year calendar for month of January.
8.Uname :
The Uname command displays Operating system name.Like Red-Hat,Fedora e.t.c.
Example:
$Uname
RHEL 7.3
9.Uname -r :
The Uname with -r is used to display the kernel version of operating system.
Example:
$Uname -r
1.7.9(0.237/5/3)
10.hostname :
The hostname is used to display the host name or server name.
Example:
Amit
11.hostname -i:
This command is used to show the host ip address.
Example:
$Hostname -i
10.34.179.23
12.Who :
This command gives the list of user connected to server.
Example:
$Who
Output :Amit
Rahul
13.Finger usename :
It displays given user information.
14.Whoami :
This command displays current user information.
Example:
$Whoami
Output : Amit
15.tty :
This displays current ternimal name.
Example:
$tty
Output: /dev/console
16.uptime :
it displays how long server is up & running, no of users connected, average load on the server.
17.SU :
it is used to switch from one user account to another user account.
Example :
$SU Rohit
the above command switches account named “Amit” to account named “Rohit”.
18.Exit :
It is used to logout the current user account.
19.Man :
displays the Manual pages or help for given command.
Example: Man ls
The above command will show the manual pages of the command named ls.
Unix Tutorials :
4.Create File in Unix using multiple ways
12.paste Command
Hope you like this article on Common unix commands .If you like this article or if you have any concerns with this article kindly comment in comment section.
In my previous articles I have given the roles and responsibilities of L1,L2 and L3…
In my previous articles i have given the hierarchy of production support in real company…
In this article i would like to provide information about production support organization structure or…
In my previous article I have given roles for L1 and L2 support engineer with…
I have started this new series of how to become application support engineer. This article…
In this series we are starting with Roles and responsibilities of L1 support engineer .…