Structure of the Problem Requirements
In this lesson we will learn some important commands in Linux . Linux commands mode can be access be pressing Ctrl+Alt+t . In this lesson we used three commands first one will inform about the current date and time the second one tell about how to create a directory (also mention in previous lesson) and third one is ls command which show the list of files . Here is the source and output of these commands.
Source Code
niazi@ubuntu:~$ date
Tue Aug 19 12:02:33 PDT 2014
niazi@ubuntu:~$ mkdir c++
niazi@ubuntu:~$ cd c++
niazi@ubuntu:~$ /c++$ mkdir java
niazi@ubuntu:~$ /c++$ cd
niazi@ubuntu:~$ ls c++
java
niazi@ubuntu:~$
Output of the Commands
![]() |
Linux Commands |