Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lxqt-sudo(1)			  LXQt Module			  lxqt-sudo(1)

NAME
       lxqt-sudo, lxsu,	lxdoas - execute a command as privileged user

SYNOPSIS
       lxqt-sudo option	[command [arguments]]
       lxsu [option] [command [arguments]]
       lxsudo [option] [command	[arguments]]
       lxdoas [option] [command	[arguments]]

DESCRIPTION
       lxqt-sudo  (and	symlinks lxsu, lxsudo, lxdoas) is a graphical QT fron-
       tend for	plain sudo(8), su(1) or	doas(1)	(for requesting	optional pass-
       word in GUI fashion).
       When invoked it simply spawns child sudo, su or doas process  with  re-
       quested	command	 (and  optional	 arguments).  If sudo/su/doas requests
       user's password,	the GUI	password dialog	is shown  and  (after  submit)
       the password is provided	to backend.

OPTIONS
       option is one of:
	 -h|--help	Print help.
	 -v|--version	Print version information.
	 -s|--su	 Use  su as backend (default for lxqt-sudo & lxsudo is
       sudo, for lxsu su, for lxdoas doas).
	 -d|--sudo	Use sudo as backend (default for lxqt-sudo & lxsudo is
       sudo, for lxsu su, for lxdoas doas).
	 -a|--doas	Use doas as backend (default for lxqt-sudo & lxsudo is
       sudo, for lxsu su, for lxdoas doas).

REPORTING BUGS
       Report bugs to https://github.com/lxqt/lxqt/issues

SEE ALSO
       sudo(8) su(1) doas(1)

AUTHOR
       This manual page	was created by	Palo  Kisa  <palo.kisa@gmail.com>  for
       LXQt project.

								  lxqt-sudo(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lxqt-sudo&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help