Accessing windows folder or file in ubuntu [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Lets say I want to access a windows file C:\Users\Documents\Myfolder\whatever.txt on Ubuntu. Is there any command existing that I can open whatever.txt on Ubuntu ? Also What will be the format of path ?

Your C partition should be mounted somewhere in /media. The rest of the path is pretty straightforward.

Related

How can I installed Remix IDE for offline use? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
How can I installed remix IDE on desktop for offline use because sometimes I don't have internet. I'm not be able to find it.
This is where you can download the desktop version
https://github.com/ethereum/remix-desktop/releases/
this is the guide:
https://medium.com/remix-ide/getting-started-with-remix-desktop-5f6380568d12

Linux doesn't save changes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am new to Kali-linux and I am using it from a USB, my problem is when I shut down my computer and downloaded scripts or changes I have made are gone
That is probably because you are using it from Live mode which is only useful when you want to test few things out. It does not save anything
You can always look into this
persistent kali usb

I want to move whole mongo databse to linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Now I am using windows, But I want to move on Ubuntu. I have Some mongo dbs in windows. How can I use them when I install linux on my pc?
Dump the database in windows
Copy the files to linux
Restore the database
See https://docs.mongodb.com/database-tools/mongodump/

How can i jail a user in linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
That's is the question.. how can i jail a user in a certain folder so that he can create files like images but can no go up using the command cd .. or see other folders outside?
Thanks.
Read about chroot http://linux.die.net/man/1/chroot
You can even create a minimal environment for the user
Alternatively just use file permissions so that the user is only able to see what the user should be able to.

Linux Command for Check Upstream and Downstream [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Anyone know what is linux command for check upstream and downstream?
if that refers to bandwidth, check :
jnettop
There are many commands available. However i prefer to use iptraf. For more information, please visit.
http://iptraf.seul.org/2.1/manual.html

Resources