F5F Stay Refreshed Software Operating Systems Issues with permissions on Ubuntu...

Issues with permissions on Ubuntu...

Issues with permissions on Ubuntu...

Pages (3): Previous 1 2 3 Next
T
Twanneman81
Member
92
05-07-2023, 01:07 AM
#11
You aren't listed in the sudoers configuration, which indicates your account lacks admin rights. This could happen if you didn't request administrative setup during installation. To resolve this, log in as root using the provided command. Once there, add your user to the administrator group or grant privileges through visudo. This ensures only authorized users can modify sensitive settings. The process involves editing the sudoers file securely, as normal text editors aren't safe for this task. Understanding sudo's role helps clarify why elevated access is necessary for certain operations.
T
Twanneman81
05-07-2023, 01:07 AM #11

You aren't listed in the sudoers configuration, which indicates your account lacks admin rights. This could happen if you didn't request administrative setup during installation. To resolve this, log in as root using the provided command. Once there, add your user to the administrator group or grant privileges through visudo. This ensures only authorized users can modify sensitive settings. The process involves editing the sudoers file securely, as normal text editors aren't safe for this task. Understanding sudo's role helps clarify why elevated access is necessary for certain operations.

R
RamseyMC
Member
70
05-07-2023, 04:16 AM
#12
Yes, I am adhering to these instructions.
R
RamseyMC
05-07-2023, 04:16 AM #12

Yes, I am adhering to these instructions.

W
wahleno
Member
243
05-07-2023, 08:30 AM
#13
使用su后,系统提示密码验证。确实设置了密码,我记得它(在另一台电脑上加密存储,已确认),但所有尝试均导致验证失败。能通过sudo -i登录根吗?
W
wahleno
05-07-2023, 08:30 AM #13

使用su后,系统提示密码验证。确实设置了密码,我记得它(在另一台电脑上加密存储,已确认),但所有尝试均导致验证失败。能通过sudo -i登录根吗?

X
xASSASSIN8T0Rx
Junior Member
40
05-07-2023, 09:05 AM
#14
64 bit
X
xASSASSIN8T0Rx
05-07-2023, 09:05 AM #14

64 bit

D
133
05-09-2023, 12:59 PM
#15
Refer to the instructions at http://www.exilemod.com/topic/6054-linux...r-similar/
D
DragonChaser35
05-09-2023, 12:59 PM #15

Refer to the instructions at http://www.exilemod.com/topic/6054-linux...r-similar/

G
g_ft
Member
170
05-09-2023, 02:17 PM
#16
It's odd, but sudo -i works the same way. You can log in as root from the login screen too. Using visudo should be just fine in both scenarios.
G
g_ft
05-09-2023, 02:17 PM #16

It's odd, but sudo -i works the same way. You can log in as root from the login screen too. Using visudo should be just fine in both scenarios.

F
funnymoney123
Junior Member
15
05-09-2023, 04:23 PM
#17
Based on this instruction, you're experiencing repeated issues where the program fails despite each attempt.
F
funnymoney123
05-09-2023, 04:23 PM #17

Based on this instruction, you're experiencing repeated issues where the program fails despite each attempt.

M
minecraftman28
Junior Member
4
05-11-2023, 02:51 AM
#18
View this as a chance to improve. After some trial and error, the command line will start to feel familiar. If the error appears, the file may not exist or is located elsewhere. Make sure the name and location are accurate.
M
minecraftman28
05-11-2023, 02:51 AM #18

View this as a chance to improve. After some trial and error, the command line will start to feel familiar. If the error appears, the file may not exist or is located elsewhere. Make sure the name and location are accurate.

Z
zeliotL
Member
211
05-11-2023, 11:52 PM
#19
In the screenshot you can clearly observe me execute a command, download the file, and then attempt to unzip it only to find it doesn't exist.
Z
zeliotL
05-11-2023, 11:52 PM #19

In the screenshot you can clearly observe me execute a command, download the file, and then attempt to unzip it only to find it doesn't exist.

F
firehawk0322
Member
128
05-29-2023, 01:13 PM
#20
It seems the system blocks access. You might need to use sudo or run the command as root to proceed.
F
firehawk0322
05-29-2023, 01:13 PM #20

It seems the system blocks access. You might need to use sudo or run the command as root to proceed.

Pages (3): Previous 1 2 3 Next