Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am an absolute beginner in linux, and i just installed tinycore linux on a flash drive. First, i want to know how to configure eth0 to connect to a broadband (any article will be appreciated). Next, i want to know the command for changing the working drive directory in the terminal just like the cd d: on windows, d is my drive label... Thank you for helping me in advance.

What I have tried:

Have tried the cd drive label command, and i only know the cd and the is command
Posted
Updated 21-Apr-21 8:23am
Comments
Richard Deeming 22-Apr-21 4:13am    
Your question has nothing to do with writing code. This is not a support forum for Linux, or any other operating system.

1 solution

$ cd /drive will get you there.

$ cd /d
--changes to d drive

You may find some help with eth0 at : networking - How to configure eth0 manually? - Ask Ubuntu[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900