Tagged: linux OS

Linux

Samba configuration in linux step by step

Step by step installation and configuration SAMBA include as followed rpm packages. samba-* samba-common-* samba-client-* samba-winbind-clients Download Samba package and...

Shell Scripting

ls command options | Linux

ls is probably the most used command and for good reason. With it, we can see directory contents and determine...

Linux

Linux add user to sudo

run visudo to open the /etc/sudoers file and change below just below to root user with NOPASSWD to directly login...

Linux

Bash keyboard shortcuts | Linux

Cursor Movement Key                 Action CTRL-A                Move cursor to the beginning of the line. CTRL-E                Move cursor to the...