Showing posts with label Linux ls Command. Show all posts
Showing posts with label Linux ls Command. Show all posts

Tuesday, 19 August 2014

Date , ls, CD Command in Linux Commands

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
Linux Commands