Skip to content

Commit 17b48e2

Browse files
authored
Merge pull request #191 from fcbsd/patch-1
Update linux_basic.md
2 parents 17b4eb2 + 69265f8 commit 17b48e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/doc/en/basic/linux_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here we mainly discuss transferring files through the network. Other methods can
4040

4141
The terminal is a tool for communicating with and operating the Linux system, similar to Windows' `cmd` or `PowerShell`.
4242

43-
For example, we can enter `ssh root@maixcam-xxxx.local` in the Terminal tool on a Windows system with PowerShell or on a Linux system. You can find the specific name in the device's `Settings->Device Information`, which allows us to connect to the device through the terminal (both username and password are `root`).
43+
For example, we can enter `ssh root@maixcam-xxxx.local` in the Terminal tool on a Windows system with PowerShell or on a Linux system. You can find the specific name in the device's `Settings->Device Information`, which allows us to connect to the device through the terminal (both username and password are `root` or `root` and `sipeed`).
4444

4545
Then, we can operate the device by entering commands. For instance, the `ls` command can list the files in the current directory of the device, while `cd` is used to switch to a different directory (similar to clicking folders in file management on a computer),
4646

0 commit comments

Comments
 (0)