mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	add system
find out who has logged in on your system
This commit is contained in:
		@@ -1794,6 +1794,15 @@ gsettings set org.gnome.gedit.preferences.editor scheme 'cobalt'
 | 
			
		||||
gsettings set org.gnome.gedit.preferences.editor use-default-font false
 | 
			
		||||
gsettings set org.gnome.gedit.preferences.editor editor-font 'Cantarell Regular 12'
 | 
			
		||||
```
 | 
			
		||||
##### Find out who has logged in on your system
 | 
			
		||||
--> [Quick] Printing out only the names:
 | 
			
		||||
```bash
 | 
			
		||||
users
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
--> [Detail] Printing out login time, load average, etc
 | 
			
		||||
```bash
 | 
			
		||||
w
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user