BCSL 63 Solved Assignment
BCSL 63 Solved Assignment
2024-2025
(b)Create Remote Access Policy. Show how you can change to Remote Access
Logging setting in Windows 2000.
Answer:
Q2.
(a) Write a shell program to scan all the files in a particular directory and list
only those files which start (file_name) with "a" or "A".
Answer:
(b)Install and configure TCP/IP settings in LINUX/UNIX operating
system.Explain with step by step procedure.
Answer:
1. Open Terminal.
2. Edit Network Configuration:
• For most Linux distributions using ifconfig (deprecated in favor of ip), edit the
configuration file:
sudo nano /etc/network/interfaces
3. Set IP Address:
• Add the following configuration to set IP address, subnet mask, and gateway
auto eth0
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
5. Verify Configuration:
Q3.
(a) Create a user account in the LINUX/UNIX Server. Set its password and
define its permission like'an administrator.
Answer:
Commands:
1. Create User:
2. Set Password:
3. Grant Administrative Privileges:
• Verify Configuration:
• Ensure that the server is listed as a root server and properly resolves queries
Commands:
1. Access Remote Account:
2. Download File:
3. Modify File:
• Edit the downloaded file using a text editor, e.g., nano or vim.
4. Upload File:
Step-by-Step Procedure:
4. Verify Configuration:
(d) To create a new file with name "abc" in the current directory.
(e) To kill a process with its PID