Changes between Version 48 and Version 49 of Docs/825gen2/Dev/DevVMTechnical
- Timestamp:
- 11/04/25 07:56:17 (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DevVMTechnical
v48 v49 293 293 }}} 294 294 295 {{{ 296 $ cat /usr/sbin/util/deldbuser 297 #!/bin/sh 298 if [ $# -ne 1 ]; then 299 echo "Usage: deldbuser username" 300 else 301 mysql -e "DROP USER '%1'@'%';" 302 fi 303 }}} 304 295 305 == Sudoers == 296 306 Files are added to the VM /etc/sudoers.d directory
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)