Closed. This question is not about programming or software development. 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 7 days ago.
Improve this question
I just change the information of a file with root permission :((. This file is /etc/sudoers. Before I know that I'm really doing something. I complete change it so that I lost the root permission
I installed Ubuntu in Desktop, I expect someone can help me to solve this problem
Related
Closed. This question is not about programming or software development. 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 4 days ago.
Improve this question
I need to reset the root password on linux ubuntu, but I do not have access to sudo and grub, I have access to bios. There is only one OC on the computer
I tried to go to grub, but nothing happened, I looked at the guides, but they did not help
Closed. This question is not about programming or software development. 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 days ago.
Improve this question
I am trying to statr a HSQLDB basic database on linux, but it is obviously a .bat, and can't do it natively. I also tried open a cmd on Wine but didn't work.
Is there any way to run it on Linux?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 3 years ago.
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.
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.
Improve this question
In my Amazon Linux instance, I had to grant bin and libs tomcat folders the permission 777 via chmod 777 foldername. But now I need to revert them back. What are the correct permission commands to make them as they were?
Refer to "Security Considerations" chapter in Tomcat Documentation (the link is for Tomcat 9.0). Definitely not world-writable. Usually not world-readable (especially the conf and logs directories). The rest depends on your requirements.
E.g. it may be 750 for all directories except the conf one and 700 for conf.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 4 years ago.
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.
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.
Improve this question
I'm using samba in Linux Fedora 26 to mount a share folder, but it is showing some error which is mentioned below:
The Command I used is:
mount_smbfs -I 192.168.1.10 "//Mohamed#gworks-developer-pc/smbtest1" /mnt/local_share
And I get the following error:
bash: mount_smbfs: command not found
I am attaching error Image Samba mount point for reference.
How to solve the issue, Any idea.....?
Use cifs instead. Take a look at this link.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
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.
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.
Improve this question
Is there any way to install SCONS without root access?
Yes, download the source distribution and follow the instructions in the SCons User Guide to install without admin privileges.