Click here to Skip to main content
15,881,413 members
Home / Discussions / Linux Programming
   

Linux Programming

 
GeneralRe: How to "provide password " ? Pin
Richard MacCutchan3-May-23 21:16
mveRichard MacCutchan3-May-23 21:16 
AnswerRe: How to "provide password " REMOVED Pin
Dave Kreskowiak4-May-23 3:05
mveDave Kreskowiak4-May-23 3:05 
AnswerRe: How to "provide password " REMOVED Pin
Victor Nijegorodov4-May-23 6:18
Victor Nijegorodov4-May-23 6:18 
GeneralRe: How to "provide password " REMOVED Pin
Richard MacCutchan5-May-23 3:51
mveRichard MacCutchan5-May-23 3:51 
QuestionMessage Closed Pin
2-May-23 4:58
Member 149687712-May-23 4:58 
AnswerRe: Why is "su" failing and "sudo su " works ? Pin
k50542-May-23 5:29
mvek50542-May-23 5:29 
GeneralMessage Closed Pin
2-May-23 6:33
Member 149687712-May-23 6:33 
AnswerRe: Why is "su" failing and "sudo su " works - revised ? Pin
k50542-May-23 7:08
mvek50542-May-23 7:08 
Member 14968771 wrote:
Can I ask you to "translate" this to English for me ?
QP->start("/bin/sh", QStringList() << "-c" << command);


Sure: call operator<< on the results of calling some unknown function QStringList() and (char *)"-c" and then call operator<< on the results of that with some unknown object command. Then pass that ojbect and (char *)"/bin/bash" to method start on some unknown object QP. What any of this actually does in not known in the context of what you've presented here. I'm guessing it pulls the tail on a elephant at the Bronx Zoo. Its as valid a guess as anything else.

Assuming this goes back to your question about creating a link between /dev/ttyUSB0 and something that looks might be a bluetooth device file (which you've now helpfully removed, so I can't refer to it .. nice), Are you sure that's what you want to do? This would suggest that you have a serial USB dongle (i.e. an RS232 to USB converter) to which you've attached a serial BlueTooth receiver. I don't know if any such beast actually exists. I suspect not, so you're probably going in the wrong direction here.

But a quick perusal of the docs for QProcess, which is what I assume that QP is, doesn't suggest that QP launches a terminal, so is that part of what command does? Perhaps you'd be better off looking into how to use sudo to let a user launch a given command without having to enter a password? https://askubuntu.com/a/159009 Alternatively, you could change the ownership of the executable to a user with sufficient access to perform whatever task it is you're trying to do, and then set the suid bits on the executable so the executable runs as that user. You man need to call seteuid() and setegid() as well.
Keep Calm and Carry On

GeneralRe: Why is "su" failing and "sudo su " works - revised ? Pin
Dr.Walt Fair, PE20-Feb-24 10:59
professionalDr.Walt Fair, PE20-Feb-24 10:59 
GeneralMessage Closed Pin
3-May-23 5:37
Member 149687713-May-23 5:37 
GeneralRe: Why is "su" failing and "sudo su " works - revised ? Pin
Richard MacCutchan2-May-23 22:04
mveRichard MacCutchan2-May-23 22:04 
GeneralRe: Why is "su" failing and "sudo su " works - revised ? Pin
Richard MacCutchan3-May-23 5:48
mveRichard MacCutchan3-May-23 5:48 
QuestionMessage Closed Pin
30-Apr-23 17:59
Member 1496877130-Apr-23 17:59 
AnswerRe: Debugging "command" .... Pin
Richard MacCutchan30-Apr-23 21:16
mveRichard MacCutchan30-Apr-23 21:16 
QuestionMessage Closed Pin
30-Apr-23 7:36
Member 1496877130-Apr-23 7:36 
AnswerRe: Restructuring (Linux) device partitions Pin
Richard MacCutchan30-Apr-23 6:02
mveRichard MacCutchan30-Apr-23 6:02 
PraiseRe: Restructuring (Linux) device partitions Pin
Olif Oftimis5-Aug-23 14:27
Olif Oftimis5-Aug-23 14:27 
AnswerRe: Restructuring (Linux) device partitions Pin
Dave Kreskowiak30-Apr-23 6:20
mveDave Kreskowiak30-Apr-23 6:20 
PraiseRe: Restructuring (Linux) device partitions Pin
Olif Oftimis5-Aug-23 14:28
Olif Oftimis5-Aug-23 14:28 
QuestionMessage Closed Pin
22-Apr-23 15:04
Member 1496877122-Apr-23 15:04 
AnswerRe: adding virtual rfcomm - repost Pin
Richard MacCutchan22-Apr-23 21:12
mveRichard MacCutchan22-Apr-23 21:12 
QuestionMessage Closed Pin
2-Apr-23 10:46
Member 149687712-Apr-23 10:46 
AnswerRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan2-Apr-23 22:22
mveRichard MacCutchan2-Apr-23 22:22 
GeneralMessage Closed Pin
3-Apr-23 4:31
Member 149687713-Apr-23 4:31 
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan3-Apr-23 4:40
mveRichard MacCutchan3-Apr-23 4:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.