-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLINUX_README.txt
More file actions
43 lines (23 loc) · 1.01 KB
/
LINUX_README.txt
File metadata and controls
43 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
TO COPY FILES FROM WSL TO WINDOWS
1. Open your WSL
2. Type 'explorer.exe' in WSL comd.
(After that it will open windows file explorer)
3. In WFE, at home directory bar type '\\wsl$' and enter.
(It will open UBUNTU directory)
4. After that open ubuntu>home>cdac
(it is a home directory of Linux were we save files)
---------------------------------------------------------------------------
LINUX COMMANDS
sudo su - root user
sudo apt update - look for ubuntu update
sudo apt upgrade - download and update ubuntu
sudo apt install-- file_name - to download particular software
cd folder_name - To change directory
ls - to list the current directory content
ll - detailed list of file content in current library
mkdir folder_name - To create a new directory
pwd - Current working directory
rm -r folder_name - removes the directory
mv file_name other_file_name - change the file name
mv file_name directory_address - move the file to that directory
cp file_name other_file_name - copies the file and changes the file name