Practicals
Prac 1 Installation of linux
Practical
Installation of linux
Install any new package on your system
Find the location of ls
whereis ls
whereis ps
whereis bash
Create an empty file data.txt and move it in temp directory using relative path name -
Create a symbolic link - ln -s
Sudo apt install
Commands
- Info
- Man ls - to close ctrl + z
- Tar
- Man zip - will compress the file
Tar - cvf
PWD /root - present working directory
Listing
Create the tree structure for india.
Display the working directory
Display the long listing
Create the folder bank /loan& savings/current & recurring
India/Maharashtra/Mumbai/NMF/FYCS/Linux
sudo mkdir -p India/Maharashtra/Mumbai/NMF/Fycs/Linux

