From 7be6e42b422f05820b333960369fb4f1a6faf319 Mon Sep 17 00:00:00 2001 From: Vinay Date: Fri, 8 Feb 2019 07:03:17 -0500 Subject: [PATCH 1/4] commit --- linux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux b/linux index 4831b24..083a98b 100644 --- a/linux +++ b/linux @@ -99,10 +99,10 @@ mkdir ls -l -l -t -t -l + + + + Owner rwr = 4+2+1 = 7 Group r-x = 4+0+1 = 5 other r-x = 4+0+1 = 5 From 409f88cefecb70ec38576d38f92a8b1de9c12e7e Mon Sep 17 00:00:00 2001 From: Vinay Date: Fri, 8 Feb 2019 07:04:35 -0500 Subject: [PATCH 2/4] test --- linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux b/linux index 083a98b..337e82d 100644 --- a/linux +++ b/linux @@ -109,4 +109,5 @@ other r-x = 4+0+1 = 5 chmod 755 test - + test test + From 94301d7877accc9a022ca27e0c7624926180197a Mon Sep 17 00:00:00 2001 From: Yogi Date: Sat, 9 Feb 2019 07:16:38 -0500 Subject: [PATCH 3/4] test1 --- test1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test1 diff --git a/test1 b/test1 new file mode 100644 index 0000000..4b86511 --- /dev/null +++ b/test1 @@ -0,0 +1,4 @@ +Hello + +Hiw are yu? + From 716247c07bac5ba49e9c66f663361c062dad89cf Mon Sep 17 00:00:00 2001 From: Yogi Date: Sat, 9 Feb 2019 07:29:28 -0500 Subject: [PATCH 4/4] linux --- linux | 54 +++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/linux b/linux index 337e82d..5721a3b 100644 --- a/linux +++ b/linux @@ -1,5 +1,7 @@ - Linux Intrduction + + ------------------ +Linux Introduction : - Linux is free and Open Source Operating System. - Deveoped by Linus Torvalds. @@ -21,7 +23,7 @@ - Under the root there are several subdirectories : - /home + /home /root /var /etc @@ -39,51 +41,53 @@ Boot: The process by which the computer is powered on. Commands to Practice: - Pwd - cd - cd ~ - cd .. + Pwd - Present working directory + cd - Change directory + cd ~ + cd ..Moves one directory back Listing files inside a directory: - ls -l - ls -ld + ls -l - Long listing ls is a shell command that lists files and directories within a directory. Displaying file type, permissions, owner, size, date of creation, and file names + ls -ld + s -a ls -f ls -lt ls -lh ls -lR - tree + tree - Display directory paths and optionally files in each subdirectory - cp -p source destination - cp -R source_dir destination_dir + cp -p source destination - Copy + cp -R source_dir destination_dir - copy recrusive - mv file1 file2 - rm -i filenae - rm -R dir-name - rm -rf dir-name - rmdir dir-name - mkdir dir-name + mv file1 file2 - Move from file name 1 to file name 2 + rm -i filenae - Remove the file name + rm -R dir-name - Remove the directory + rm -rf dir-name - + rmdir dir-name - Remove the diretory + mkdir dir-name - create directory - tuch filename + tuch filename - Create,change and modify the timestamps of a file - chmod + chmod - Change mode echo "Hello World" -man +man - User manul in liux + +dpkg -l - Install,remove and provide information about deb packages. -dpkg -l -hostname +hostname - Name given for computer -passwd +passwd - Password -whoami +whoami -User name of the current user -top +top -The top command allows users to monitor processes and system resource usage .... On a single core system, a load average of 0.4 means the system is doing ... ps