Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

is a command to create a user account named serena, including a home directory and a description.

[root@RHEL5 ~]# useradd -m -d /home/yanina -c "yanina wickmayer" yanina
[root@RHEL5 ~]# tail -1 /etc/passwd
yanina:x:529:529:yanina wickmayer:/home/yanina:/bin/bash
Comment

is a command to create a user account named serena, including a home directory and a description.

[root@RHEL5 ~]# head -1 /etc/passwd
root:x:0:0:root:/root:/bin/bash
Comment

PREVIOUS NEXT
Code Example
Shell :: cmder find file 
Shell :: how to parse command value in powershell 
Shell :: tools for debuging a server 
Shell :: aws elastic container service login 
Shell :: how to install netdata on ubuntu wsl2 
Shell :: ubuntu 20.04 dash is conflicting with dock 
Shell :: hwo to run a .bat file on a remote windows host 
Shell :: how to clear mouse marks in kubuntu 
Shell :: cmd install mrjob 
Shell :: wget quier 
Shell :: how to pass docker hub credentials for helm values.yaml 
Shell :: how to leave an organisation github 
Shell :: how to mirror your phone to laptop wirelessly 
Shell :: readme generator homework 
Shell :: angular cli ng clear cache cmd 
Shell :: fslmaths addition 
Shell :: return wm_class 
Shell :: how to filter output to readable characters Linux 
Shell :: 2 chaves ssh 
Shell :: checkout file of different commit 
Shell :: enregistrer dans fichier dernieres commandes du terminal 
Shell :: ctags .virmc 
Shell :: aexprot bash varible to another script 
Shell :: bios update dual boot no option to select os 
Shell :: git unable to track file rename 
Shell :: gnomestar 
Shell :: how to install wordpress ubuntu 16.04 rosehosting 
Shell :: gulp-tar 
Shell :: sed subgroup pattern replace 
Shell :: Turning off chrome sandbox 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =