How do I remove the tom user under FreeBSD operating system using command line options?
How do I make a File “unalterable” (write protect) such as it cannot be changed or deleted even by root or superuser under Apple OS X UNIX operating systems?
Q. I’d like to create my root account in Linux. How do I do it? A. Root user is superuser on a Unix / Linux system. Root user has all rights or permissions. . The root user can do many things an ordinary user cannot do on system such as start / stop services, grant [...]
Q. How do I write protect file under Linux so that no one can modify it? A. You need to use chattr command, which changes the file attributes on a Linux second extended file system. The chattr command supports various attributes. A file with the i attribute cannot be modified: it cannot be deleted or [...]
The pw utility is a command-line utility for the FreeBSD system user and group files, allowing the superuser an easy to use and standardized way of adding, modifying and removing users and groups. Same utility provides ability to locking or unlocking FreeBSD user accounts. FreeBSD locking an account command Syntax: pw lock {username} Example Lock [...]