Question
root@kali:~# touch myfile.txt root@kali:~# ls Desktop Documents Downloads file.txt Music my myfile.txt Pictures Public Templates Videos root@kali:~# echo inside the file> myfile.txt root@kali:~ # root@kali:~#
root@kali:~# touch myfile.txt
root@kali:~# ls
Desktop Documents Downloads file.txt Music my myfile.txt Pictures Public Templates Videos
root@kali:~# echo "inside the file"> myfile.txt
root@kali:~ #
root@kali:~# cat myfile.txt
inside the file
root@kali:~#
root@kali:~# cp myfile.txt myfile1.txt
root@kali:~# ls
Desktop Downloads Music myfile.txt Pictures Templates
Documents file.txt my file.txt Public Videos
1.create directory newOne in current directory
2.delete directory newOne
3.change to the parent directory
4.change to the root directory
5.make file script.pl executable by users who are members of the file's group
6.execute script.pl Do not forget to include a screenshot
Linux commands
Lab: Provide commands and screenshots to prove that you performed the lab
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started