Familiarization of Linux Operating System and Commands
Familiarization of Linux Operating System and Commands
Aim: To familiarize the features of Linux Operating system and study basic
Linux OS commands
2. Time command
Used to print the system time
Syntax: time
Eg: time
3. Man command
Used to get manual page (help) Syntax: man keyword
Eg: man date
4. Echo command
Used to display a line of text
Syntax: echo “ ”
Eg: echo “welcome”
5. pwd command
Used to display full path name for current working directory
Syntax: - pwd
Eg: pwd
6. ls command
To list all directory contents
7. cal command
To display calendar
Syntax: - cal
8. who command
Display who is logged on Linux
Syntax: - who
Eg: who
9. exit command
To quit Linux
12. cd command
To change directory S
Syntax: - cd directory_name
Eg:-cd AAA
15. rm command
To delete files
Syntax: - rm filename
16. cp command
Copy content of a file to another file
Syntax: - copy source destination
Eg: cp file1 file2
17. mv command
Move a file from one to another
Syntax: - mv source destination
eg:- mv /home/user/AAA/test /home/user