From ea8a5e5e0024bf4535c6734d547054382c4d37ac Mon Sep 17 00:00:00 2001 From: Mano Ranjan Date: Thu, 5 Jan 2023 07:45:51 +0530 Subject: [PATCH] manoranjan18 added day 4 file --- day4/day4.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 day4/day4.txt diff --git a/day4/day4.txt b/day4/day4.txt new file mode 100644 index 00000000..45d1851e --- /dev/null +++ b/day4/day4.txt @@ -0,0 +1,34 @@ +----------------Day4------------------------ + +1.continuation in the linux foundation course + + #network basics classa,classb,classc + + #route + + #file transer protocol + + #some shell scripting + + #worked out some ubuntu commands + + $pwd + + $mkdir + + $cd + + $cat + + $touch + + $cat file 1,file2 + + $passwd + by working out this command i came to know that i forgot my passwd + + + #freecodecamp video devops prerequistie + implemented kodekloud lab +-------------------------------------------------------- + \ No newline at end of file