- list users
compgen -u
orcut -d ":" -f 1 /etc/passwd
- list groups
>
compgen -g
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
SET CMDER_ROOT=C:\PortableApps\cmder_mini | |
SET ConEmuDir=C:\PortableApps\cmder_mini\vendor\conemu-maximus5 | |
SET CMDER_INIT_BAT=C:\PortableApps\cmder_mini\vendor\init.bat | |
C:\Windows\sysnative\cmd.exe /k "%CMDER_INIT_BAT%" |
-
sudo apt update
sudo apt upgrade
If you do encounter problem like this, "A new version of configuration file/etc/default/grub is available,but the version installed currently has been locally modified".
> You can choose "install the package maintainer's version."
NewerOlder