cannot create link operation not permitted [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 9 years ago.
Improve this question
I am getting error "link cannot create link operation not permitted" while creating link in ubuntu using below command
link code-1.2.1 code
I am using ubuntu 12.10 version also i tried it using 'sudo link code-1.2.1 code' command but still getting same error.
Thanks.

You are attempting to create a hardlink to a directory. Linux will not allow this. Create a symlink instead (ln -s).

Related

accidentally deleted /etc/resolv.conf and now cannot access any domain [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'm using ubuntu 18.04 on my dell inspiron 5402.I was annoyed about my unstable wifi,so I followed some method on the Internet and unfortunately got this problem.
Now when I open chrome, there is DNS_PROBE_FINISHED_BAD__CONFIG displayed.
I checked my /etc/resolv.conf file and it showed broken symbolic link to /run/systemd/resolv/stub.resolv.conf,but when I checked the /run/systemd/ directory ,there was no resolv.
I get fully confused and don't know what to do next .
try this to revert your dns config
resolvectl revert INF-NAME
it could revert back your dns config per-interfaces

I can't delete files of USB device in samsung galaxy grand neo in ubuntu [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
I cant delete files/Images in mobile as above mentioned. Whenever I delete particular file/image it shows a dialog containing error that
libmtp error: could not delete object.
Which version of Ubuntu are you running?
lsb_release -a
Perhaps you do not have the right MTP packages installed on your system?
Try with:
sudo apt-get install mtp-server libmtpserver-dev
and reconnect.
Also I've seen cases when it failed and renaming the file did the job (kinda strange). In case you want to go that way.

teamviz installation error "error: libjpeg.so.62" [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
I've been downloaded TeamViz.3.2.x64.tar.gz
"teamviz timer" and extract it but when i'm trying to open it this pop up
my os : ubuntu 14.04 LTS 64-bit
NOTE:I Tried running it as root
some library are missing btw it's noticed in the site under the description :
"Firstly you need to install necessary libraries by commands:
sudo apt-get install libjpeg62 libxss1"
so copy-paste these commands in the terminal

Accessing windows folder or file in ubuntu [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
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.

Updating on 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
When I enter the command:
apt-get update
I get an error message telling me that it cant open the lock file. Can anyone explain why this causes a problem and how I can avoid it in the future?
cant open the lock file
You can 2 reasons of this problem:
you run apt-get update without administrative privileges. Use sudo or login as root.
in your system running another apt-get, aptitude, synaptic, Software Center or Update Manager. Close it ant try again.

Resources