Study points for the RHSA exam
RHCSA exam candidates should be able to accomplish the tasks below without assistance. These have been grouped into several categories. ...
Read more
How to manage users and groups in linux
Here are the 50 practical scenarios on how to manage users and groups that can help you prepare for the ...
Read more
How to manage security in linux
Here are the 50 practical scenarios on how to manage security in linux that can help you prepare for the ...
Read more
Create and Configure Local Storage and Filesystems in linux
Here are the 50 practical scenarios on how to Create and Configure Local Storage and Filesystems, which are important for ...
Read more
How to move files/folders from one location to other in linux?
Moving files/folders from one location to other location in linux systems is similar to windows systems but using mv(move) command, ...
Read more
What is Soft and Hard links in linux?
Soft links and Hard links are used to access the file from other path apart from the original location of ...
Read more
How to delete/remove a file/folder in linux?
The command rm is used to delete/remove a file from the filesystem. To delete a folder/directory from the filesystem, use ...
Read more
How to copy files from one directory/folder to other in linux?
The command cp is used to copy the files/folders from one place to other. Using multiple options, you can copy ...
Read more
How to create a user account in linux?
One can login into the system if the user account has been created. Else, while login the user will get ...
Read more
How to create a new group in linux?
Managing user’s access to files and folders are made easy by adding the users into required groups and giving required ...
Read more