Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu server 20.04 list users

$ cat /etc/passwd
Comment

ubuntu server 20.04 list only user names

$ cut -d: -f1 /etc/passwd
Comment

list all users ubuntu 20.04

$ cat /etc/passwd
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove folder from repository 
Shell :: powershell http request 
Shell :: how to copy a file to a remote server using the command line 
Shell :: bash float division 
Shell :: spyder 4.2.5 requires pyqt5<5.13, but you have pyqt5 5.15.4 which is incompatible. 
Shell :: how to edit crontab in linux 
Shell :: How To Switch Branch On GIT 
Shell :: update to 21.04 from 20.04 
Shell :: psycopg2-binary install for M1 
Shell :: dpkg install deb with dependencies 
Shell :: enable rpm fusion 
Shell :: bash how to remove the first n lines of a file 
Shell :: vscode save git credentials 
Shell :: ssh copy file from local to remote 
Shell :: linux show ssh users 
Shell :: ssh use key file 
Shell :: ubuntu power settings high performance 
Shell :: ionic publish 
Shell :: split string in shell 
Shell :: grep from file 
Shell :: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 
Shell :: simple while loop program in shell script 
Shell :: composer global install 
Shell :: blackeye linux 
Shell :: vlc for ubuntu 
Shell :: set origin url git 
Shell :: bash go to folder 
Shell :: pdf pages to images imagemagick 
Shell :: Not Found - GET https://registry.npmjs.org/boostrap-vue - Not found 
Shell :: git list stashes 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =