bashrc

Procedures

  • Open the terminal and add the user.
useradd t1
  • Switch as a user.
su - t1 
  • Create a file and type the ls command to view the file.
touch file{1..10}.txt
ls
  • Set alias to the particular command and make an entry in the configuration file.
alias data=ls
vim .bashrc
  • restart the terminal

source .bashrc
  • Type the aliased command to view the same file.

Types of User Profile Management in LINUX

User profile management is an essential topic in the profile management system, and it describes how the user can handle the profile. Various types of user-profiles management in Linux are –

  • bashrc
  • bash_profile
  • bash_history
  • bash_logout

Similar Reads

bashrc

Procedures...

bash_profile

bash_profile cmd is used to change the color of a directory, file, etc....

bash_history

bash_history cmd used to list all the used commands previously....

bash_logout

bash_logout cmd is a macabre command and handle with care command. It runs the script when we reload the file....

Contact Us