Linux Practice Questions
1. Create at least three users and create password for those. Login through any of the user.
2. Create directory and change the directory and make empty file, file with content.
3. Create a group ‘student’ and add the existing user that you have created.
4. Create one-one directory in the existing user and see the ownership of the the directory.
5. Now create a file in the directory above and see the ownership.
6. Change the permission of any existing file so that the other user’s can read, write and execute that file.
7. Show any process running in the foreground and kill any process.
8. Show any process running in the background and see how many jobs are running.
9. Show a file in such a way that it can redirect to standard output instead of the screen.
10. Create a file in vi editor and save and quit the file.
11. Open any one existing file in vi editor and delete any one line and restore it.
teacher of linux
teacher of linux
0 Comments