Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uname command

uname #Returns keyname of Operating System in Linux
uname -mp 
x86_64 i386
# m -> shows hardware name: x86_64
# p -> prints processor architecture name: i386
# s -> prints Operating System name.
# r -> prints last release
# v -> prints version
# n -> prints node network names
# a -> prints all available information
Comment

PREVIOUS NEXT
Code Example
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: change commit branch after push 
Shell :: svelte getting started typescript 
Shell :: how to clone all git repositories 
Shell :: bash here document example 
Shell :: how to make a file executable in linux 
Shell :: Run node red in widnows 
Shell :: wget 
Shell :: trash linux command 
Shell :: add colab to github 
Shell :: xampp install in linux fedora 
Shell :: copy file to another directory linux 
Shell :: yarn install package 
Shell :: time command windows 
Shell :: replace a newline using sed linux bash 
Shell :: install fm migrate 
Shell :: if you cannot update any of the repositry in ubuntu 
Shell :: add user to sudoer "zsh" same customization for root 
Shell :: download and install virtualbox with powershell 
Shell :: start-process argumentlist with spaces powershell 
Shell :: ubuntu add entry to /etc/apt/sources.list 
Shell :: npm install assemble script 
Shell :: change git commit 
Shell :: git checkout specific file types only 
Shell :: install minisom 
Shell :: aos animation vue 
Shell :: bash redirect stderr to null 
Shell :: ssh passwordless ssh-copy-id 
Shell :: git remove from staging 
Shell :: redis sentinel get master ip 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =