- Home
- Interview Questions
- Linux File Manipulation
36.
How can you delete a file called "--test"?
As "--test" may be considered as an argument, you need to add "--" before the fie name: rm -- --test
37.
You want to change the Message Of The Day, How can you do it?
In order to change the Message Of The Day, you need to edit /etc/motd.
38.
What is the minimum memory required in order to run XFree86
XFree86 requires the minimum of 8MB to run.
39.
How do you create a new file system using a command?
You can create a new file system with the mkfs command.
40.
Which are the valid wildcards in Linux?
Linux supports the following wildcards: ? and *